]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Aug 2023 00:16:37 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Aug 2023 00:16:37 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/c/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog
libgm2/ChangeLog

index 2a6df2c13335bdcdd7e5c840ddd0fe68b2795096..54167ec6560997ebfb8d3ed64311a7abb3dc631b 100644 (file)
@@ -1 +1 @@
-20230805
+20230806
index 0a5072c52de1c64e3709d9cdcb2e727317b83653..a067b12b038673251bfd06e8e00e530c173d2549 100644 (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.
index dfbfe2f72b5786c448bcc73fb46e50095857e05a..1e850f602f2980b1a89d48699c456284cb023439 100644 (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,
index 70fdc0a0cefe63b87c49862c1dfb49ee7da56537..463faafc785bf632905a37f66469f5603f5c07f8 100644 (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
index ece7a4f80e900520a6b00c67a8e829f16394bd23..f1bb5077d19841f289aa1f928c18658482d4298a 100644 (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
index a0b0e823a2227fefbc5a99b5c6334837790ca04d..b7381e1a9163eda3a744845e7dcc70d9464e0d2f 100644 (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.