Daily bump.

This commit is contained in:
GCC Administrator 2023-08-06 00:16:37 +00:00
parent 0826ebd633
commit 87b0749cfb
6 changed files with 48 additions and 1 deletions

View file

@ -1 +1 @@
20230805
20230806

View file

@ -1,3 +1,9 @@
2023-08-05 Martin Uecker <uecker@tugraz.at>
PR c/98536
* c-warn.cc (warn_parm_array_mismatch): Do not warn if more
bounds are specified.
2023-08-04 Tamar Christina <tamar.christina@arm.com>
* c-pragma.h (enum pragma_kind): Add PRAGMA_NOVECTOR.

View file

@ -1,3 +1,8 @@
2023-08-05 Martin Uecker <uecker@tugraz.at>
* c-parser.cc (c_parser_generic_selection): Inhibit evaluation
warnings branches that are known not be taken during parsing.
2023-08-04 Tamar Christina <tamar.christina@arm.com>
* c-parser.cc (c_parser_while_statement, c_parser_do_statement,

View file

@ -1,3 +1,9 @@
2023-08-05 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>
PR modula2/110161

View file

@ -1,3 +1,20 @@
2023-08-05 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-05 Martin Uecker <uecker@tugraz.at>
PR c/98536
* gcc.dg/Wvla-parameter-4.c: Adapt test.
* gcc.dg/attr-access-2.c: Adapt test.
2023-08-05 Martin Uecker <uecker@tugraz.at>
* gcc.dg/pr68193.c: New test.
2023-08-04 David Malcolm <dmalcolm@redhat.com>
PR analyzer/110426

View file

@ -1,3 +1,16 @@
2023-08-05 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-06-02 Thomas Schwinge <thomas@codesourcery.com>
* configure.ac (PERL): Remove.