mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-25 15:54:35 +08:00
re PR bootstrap/66319 (gcov-tool.c:84:65: error: invalid conversion from 'int (*)(const c har*, const stat*, int, FTW*)' to 'int (*)(const char*, const stat*, int, FTW)')
PR bootstrap/66319 * configure.ac: Use -std=gnu++98. From-SVN: r224039
This commit is contained in:
parent
5e9ad4c687
commit
8ca528d906
@ -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.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user