[gcc r13-820] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Mon May 30 00:17:09 GMT 2022
https://gcc.gnu.org/g:05f220c205b7e4182b17d8747c80a288af515d4e
commit r13-820-g05f220c205b7e4182b17d8747c80a288af515d4e
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Mon May 30 00:16:21 2022 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 14 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
libcpp/ChangeLog | 6 ++++++
4 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9aa53c63b7c..6434f5518c5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 6f2e255c6fb..158b96c0da4 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220529
+20220530
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index df28aae7a10..677e064c6f5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index d4dd88b4020..a2e6171d6db 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -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
More information about the Gcc-cvs
mailing list