re PR bootstrap/66319 (gcov-tool.c:84:65: error: invalid conversion from 'int (*...
authorJason Merrill <jason@redhat.com>
Tue, 2 Jun 2015 17:50:23 +0000 (13:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 2 Jun 2015 17:50:23 +0000 (13:50 -0400)
PR bootstrap/66319
* configure.ac: Use -std=gnu++98.

From-SVN: r224039

ChangeLog
configure
configure.ac

index 9c9396aaa2196bf7de23ecf7ca25f02bab111fc1..454483ffe73c13b786e8c0b13444b9ecc3b8f0f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-02  Jason Merrill  <jason@redhat.com>
+
+       PR bootstrap/66319
+       * configure.ac: Use -std=gnu++98.
+
 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
index 167b506002a015ad7cbea6282e1f33bf0222d282..bced9de413e97bdf1e14aae559ba166919abc669 100755 (executable)
--- a/configure
+++ b/configure
@@ -5410,7 +5410,7 @@ esac
 # When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
 # C++98 compiler can still start the bootstrap.
 if test "$enable_bootstrap:$GXX" = "yes:yes"; then
-  CXX="$CXX -std=c++98"
+  CXX="$CXX -std=gnu++98"
 fi
 
 # Used for setting $lt_cv_objdir
index 25093056279123ac5077381f8857e352826bbde0..7c06e6ba9fad60ccd511c4809ca777c10a94fe76 100644 (file)
@@ -1445,7 +1445,7 @@ esac
 # When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
 # C++98 compiler can still start the bootstrap.
 if test "$enable_bootstrap:$GXX" = "yes:yes"; then
-  CXX="$CXX -std=c++98"
+  CXX="$CXX -std=gnu++98"
 fi
 
 # Used for setting $lt_cv_objdir