[gcc r11-10073] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Thu Jun 16 00:18:58 GMT 2022
https://gcc.gnu.org/g:232bbea5019056c0c0a3b1ffea601dfd23257324
commit r11-10073-g232bbea5019056c0c0a3b1ffea601dfd23257324
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Thu Jun 16 00:18:22 2022 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 19 +++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/d/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/ChangeLog | 23 +++++++++++++++++++++++
libcpp/ChangeLog | 9 +++++++++
libphobos/ChangeLog | 8 ++++++++
libstdc++-v3/ChangeLog | 18 ++++++++++++++++++
7 files changed, 94 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5d99a30b7e6..2cb14677f5d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,22 @@
+2022-06-15 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ Backported from master:
+ 2021-12-01 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * common.opt (static-libphobos): Add option.
+ * config/darwin.h (LINK_SPEC): Substitute -lgphobos with libgphobos.a
+ when linking statically.
+ * gcc.c (driver_handle_option): Set -static-libphobos as always valid.
+
+2022-06-15 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2022-05-27 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/105726
+ * gimple-ssa-warn-restrict.c (builtin_memref::set_base_and_offset):
+ Constrain array-of-flexarray case more.
+
2022-06-14 Vladimir N. Makarov <vmakarov@redhat.com>
PR rtl-optimization/104637
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index fa673f38835..3d567999025 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220615
+20220616
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 6021ffdbf78..f62b939f6b9 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,19 @@
+2022-06-15 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ Backported from master:
+ 2022-06-15 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * typeinfo.cc (make_internal_typeinfo): Set TYPE_ARTIFICIAL.
+
+2022-06-15 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ Backported from master:
+ 2021-12-01 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * d-spec.cc (lang_specific_driver): Set SKIPOPT on -static-libstdc++
+ and -static-libphobos only when target supports LD_STATIC_DYNAMIC.
+ Remove generate_option to re-add -static-libstdc++.
+
2022-04-21 Release Manager
* GCC 11.3.0 released.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 49f0e78d87d..be6705cb4d7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,26 @@
+2022-06-15 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-05-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/105732
+ * c-c++-common/cpp/va-opt-10.c: New test.
+
+2022-06-15 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ Backported from master:
+ 2022-06-15 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * gdc.dg/Wpadded.d: New test.
+
+2022-06-15 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2022-05-27 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/105726
+ * g++.dg/warn/Warray-bounds-27.C: New testcase.
+
2022-06-14 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/104637
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 3f63896333e..c89d9c8bdcd 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,12 @@
+2022-06-15 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-05-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/105732
+ * expr.c (_cpp_parse_expr): Handle CPP_PADDING by just another
+ token.
+
2022-04-21 Release Manager
* GCC 11.3.0 released.
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 35950df774d..f3d44133243 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,11 @@
+2022-06-15 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ Backported from master:
+ 2021-12-01 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * testsuite/testsuite_flags.in: Add libphobos library directory as
+ search path to --gdcldflags.
+
2022-04-26 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7ecd86e8e6f..80e9bc2e885 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,21 @@
+2022-06-15 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2022-06-13 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/std/atomic (__atomic_val_t): Use __type_identity_t
+ instead of atomic<T>::value_type, as per LWG 3220.
+ * testsuite/29_atomics/atomic/lwg3220.cc: New test.
+
+2022-06-15 Mark Mentovai <mark@mentovai.com>
+
+ Backported from master:
+ 2022-06-13 Mark Mentovai <mark@mentovai.com>
+
+ * include/experimental/bits/fs_path.h (__detail::__null_terminated):
+ Rename to __nul_terminated to avoid colliding with a macro in
+ Apple's SDK.
+
2022-06-10 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/105915
More information about the Libstdc++-cvs
mailing list