]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 30 May 2022 00:16:21 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 30 May 2022 00:16:21 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libcpp/ChangeLog

index 9aa53c63b7c93c82885897d1ac7e1e0f443042aa..6434f5518c5a54b75533d4f9c2f31c55c8bf1e04 100644 (file)
@@ -1,3 +1,17 @@
+2022-05-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/105599
+       * config/darwin.h: Move versions-specific handling of multiply_defined
+       from SUBTARGET_DRIVER_SELF_SPECS to LINK_SPEC.
+
+2022-05-29  Eric Gallager  <egallager@gcc.gnu.org>
+
+       PR other/82383
+       * doc/sourcebuild.texi: Add entries for the c++tools,
+       gotools, libbacktrace, libcc1, libcody, liboffloadmic,
+       and libsanitizer directories. Remove entry for boehm-gc.
+       Fix alphabetization for libquadmath.
+
 2022-05-28  Joel Holdsworth  <jholdsworth@nvidia.com>
 
        * config/avr/avr-mcus.def: Add device definitions.
index 6f2e255c6fb4eccbae4deed931eafded548eb2cd..158b96c0da4b04cead54f89daa29e5f720111cef 100644 (file)
@@ -1 +1 @@
-20220529
+20220530
index df28aae7a10697af72e151bf0f5e5f9d6ba665c4..677e064c6f55d9bde9ac35621900f13a20fa5c9a 100644 (file)
@@ -1,3 +1,8 @@
+2022-05-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/105732
+       * c-c++-common/cpp/va-opt-10.c: New test.
+
 2022-05-28  Tobias Burnus  <tobias@codesourcery.com>
 
        * gfortran.dg/gomp/declare-target-2.f90: Add 'enter' clause test.
index d4dd88b402001fa504886b44bd99744f08d07ee9..a2e6171d6dbc6f342db0930c8d43ee04bb4ffb01 100644 (file)
@@ -1,3 +1,9 @@
+2022-05-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/105732
+       * expr.cc (_cpp_parse_expr): Handle CPP_PADDING by just another
+       token.
+
 2022-05-20  David Malcolm  <dmalcolm@redhat.com>
 
        * lex.cc: Replace uses of "FINAL" and "OVERRIDE" with "final" and