aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog14
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/testsuite/ChangeLog5
3 files changed, 20 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9aa53c6..6434f55 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 6f2e255..158b96c 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220529
+20220530
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index df28aae..677e064 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.