PR libstdc++/91807
[gcc.git] / ChangeLog
index 3b667b18f9f1a2e4959d47f019317da2935fbe9c..8c2547690175f404b73c31f3c5fb8a7fa8b05212 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2020-06-12  Martin Liska  <mliska@suse.cz>
+
+       * .gitignore: Add .clang-tidy.
+
+2020-06-08  Jason Merrill  <jason@redhat.com>
+
+       * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
+       * configure: Regenerate.
+
+2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * MAINTAINERS: Add myself as xtensa port maintainer.
+
+2020-05-28  Nicolas BĂ©rtolo  <nicolasbertolo@gmail.com>
+
+       * configure.ac: Don't require --enable-host-shared when building
+       for Mingw.
+       * configure: Regenerate.
+
+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.
+
+2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR target/92713
+       * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
+       (noconfigdirs): Add 'target-libstdc++-v3'.
+       * configure: Regenerate.
+
 2020-04-21  Stephen Casner  <casner@acm.org>
 
        PR 25830