Daily bump.

This commit is contained in:
GCC Administrator 2022-06-16 00:18:22 +00:00
parent 49e320ac07
commit 232bbea501
7 changed files with 94 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
20220615
20220616

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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:

View File

@ -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