mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 21:33:59 +08:00
Daily bump.
This commit is contained in:
parent
61d24d3f40
commit
7d85b104a6
@ -1 +1 @@
|
||||
20230807
|
||||
20230808
|
||||
|
@ -1,3 +1,29 @@
|
||||
2023-08-07 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2023-07-27 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/110197
|
||||
* constexpr.cc (cxx_eval_array_reference): Allow synthesizing an
|
||||
empty subobject even if CONSTRUCTOR_NO_CLEARING is set.
|
||||
(cxx_eval_bare_aggregate): Set 'no_slot' to true more generally
|
||||
whenever new_ctx.ctor is set to NULL_TREE by init_subob_ctx,
|
||||
i.e. whenever initializing an subobject of empty type.
|
||||
(cxx_eval_vec_init_1): Define 'no_slot' as above and use it
|
||||
accordingly.
|
||||
|
||||
2023-08-07 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2023-07-26 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/110566
|
||||
PR c++/108179
|
||||
* pt.cc (coerce_template_template_parms): Simplify by using
|
||||
DECL_INNERMOST_TEMPLATE_PARMS and removing redundant asserts.
|
||||
Always pass the parameters of the most general template to
|
||||
coerce_template_parms.
|
||||
|
||||
2023-07-27 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-08-07 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
PR modula2/110779
|
||||
* gm2-libs-iso/SysClock.mod: Re-implement using wrapclock.
|
||||
* gm2-libs-iso/wrapclock.def: New file.
|
||||
|
||||
2023-08-01 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
Backported from master:
|
||||
|
@ -1,3 +1,28 @@
|
||||
2023-08-07 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2023-07-27 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/110197
|
||||
* g++.dg/cpp0x/constexpr-empty18.C: New test.
|
||||
* g++.dg/cpp0x/constexpr-empty19.C: New test.
|
||||
|
||||
2023-08-07 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2023-07-26 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/110566
|
||||
PR c++/108179
|
||||
* g++.dg/template/ttp38.C: New test.
|
||||
|
||||
2023-08-07 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
PR modula2/110779
|
||||
* gm2/iso/run/pass/m2date.mod: New test.
|
||||
* gm2/iso/run/pass/testclock.mod: New test.
|
||||
* gm2/iso/run/pass/testclock2.mod: New test.
|
||||
|
||||
2023-08-01 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
Backported from master:
|
||||
|
@ -1,3 +1,16 @@
|
||||
2023-08-07 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
PR modula2/110779
|
||||
* config.h.in: Regenerate.
|
||||
* configure: Regenerate.
|
||||
* configure.ac (GM2_CHECK_LIB): Check for clock_gettime
|
||||
and clock_settime.
|
||||
* libm2iso/Makefile.am (M2DEFS): Add wrapclock.def.
|
||||
* libm2iso/Makefile.in: Regenerate.
|
||||
* libm2iso/wraptime.cc: Replace HAVE_TIMEVAL with
|
||||
HAVE_STRUCT_TIMEVAL.
|
||||
* libm2iso/wrapclock.cc: New file.
|
||||
|
||||
2023-07-28 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
Backported from master:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* sanitizer_common/sanitizer_stacktrace_sparc.cpp,
|
||||
sanitizer_common/sanitizer_unwind_linux_libcdep.cpp: Cherry-pick
|
||||
llvm-project revision 679c076ae446af81eba81ce9b94203a273d4b88a.
|
||||
|
||||
2023-07-27 Release Manager
|
||||
|
||||
* GCC 13.2.0 released.
|
||||
|
Loading…
Reference in New Issue
Block a user