Skip to content

Commit

Permalink
bootstrap: Update requirement to C++11.
Browse files Browse the repository at this point in the history
There was general agreement last November that we would move to allowing
C++11 features to be used in GCC 11; this patch implements that direction.

ChangeLog
2020-05-18  Jason Merrill  <jason@redhat.com>

	* configure.ac: Update bootstrap dialect to -std=c++11.

config/ChangeLog
2020-05-18  Jason Merrill  <jason@redhat.com>

	* ax_cxx_compile_stdcxx.m4: Import from autoconf archive with
	an adjustment to try the default mode.

gcc/ChangeLog
2020-05-18  Jason Merrill  <jason@redhat.com>

	* aclocal.m4: Add ax_cxx_compile_stdcxx.m4.
	* configure.ac: Use AX_CXX_COMPILE_STDCXX(11).
  • Loading branch information
jicama committed May 18, 2020
1 parent e5abd1c commit 5329b59
Show file tree
Hide file tree
Showing 10 changed files with 1,996 additions and 15 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2020-05-18 Jason Merrill <jason@redhat.com>

* configure.ac: Update bootstrap dialect to -std=c++11.

2020-05-18 Alex Coplan <alex.coplan@arm.com>

* MAINTAINERS (Write After Approval): Add myself.
Expand Down
5 changes: 5 additions & 0 deletions config/ChangeLog
@@ -1,3 +1,8 @@
2020-05-18 Jason Merrill <jason@redhat.com>

* ax_cxx_compile_stdcxx.m4: Import from autoconf archive with
an adjustment to try the default mode.

2020-05-15 H.J. Lu <hongjiu.lu@intel.com>

PR bootstrap/95147
Expand Down

0 comments on commit 5329b59

Please sign in to comment.