c++: Fix ICE-on-invalid with broken attribute [PR93684]
[gcc.git] / ChangeLog
index 1d67b867f19d01fd80d167e4db7d2a3c1a9abf88..a76e5753e4542cf15fe233488aa581f651746861 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,89 @@
+2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
+
+2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       * .gitattributes: Add *.md diff=md.
+
+2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
+
+       The mentioned auto-generated file is no more part of the
+
+       GCC sources, it's auto-generated in $(builddir) during build.
+
+       PR target/92055
+       * contrib/gcc_update (files_and_dependencies): Remove
+       entry for gcc/config/avr/t-multilib.
+
+2020-01-14  Anatoly Sokolov <aesok@dol.ru>
+
+       * MAINTAINERS: Update my email address.
+
+2020-01-13  Joseph Myers  <joseph@codesourcery.com>
+
+       * README.MOVED_TO_GIT: Remove.
+
+2020-01-11  Joseph Myers  <joseph@codesourcery.com>
+
+       * README.MOVED_TO_GIT: New file.
+
+2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
+
+       * MAINTAINERS (write_after_approval): Add myself.
+
+2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
+
+       * MAINTAINERS (write_after_approval): Add myself.
+
+2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
+
+       * MAINTAINERS (write_after_approval): Add myself.
+
+2019-12-11  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.ac: Factor out common cases for compare_exclusions.
+       * configure: Regenerate.
+
+2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
+       flag.
+
+2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR middle-end/92463
+       * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
+       * configure: Regenerate
+
+2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * configure.ac: Use https for gcc.gnu.org.
+       * configure: Regenerated.
+
+2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * MAINTAINERS (aarch64 port): Remove my name, move to...
+       (Write After Approval): ...Here.
+
+2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
+
+       * MAINTAINERS: Change my email address as maintainer.
+
 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
 
-        PR fortran/91828
-        * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
-        * configure: Regenerated.
+       PR fortran/91828
+       * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
+       * configure: Regenerated.
 
 2019-10-21  Jason Merrill  <jason@redhat.com>