mirror of git://gcc.gnu.org/git/gcc.git
Daily bump.
This commit is contained in:
parent
6f1c72045d
commit
9cddebd822
|
|
@ -1 +1 @@
|
||||||
20230913
|
20230914
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,18 @@
|
||||||
|
2023-09-13 Gaius Mulley <gaiusmod2@gmail.com>
|
||||||
|
|
||||||
|
Backported from master:
|
||||||
|
2023-09-13 Gaius Mulley <gaiusmod2@gmail.com>
|
||||||
|
|
||||||
|
* Make-lang.in (GM2_FLAGS): Add -Wcase-enum.
|
||||||
|
(GM2_ISO_FLAGS): Add -Wcase-enum.
|
||||||
|
* gm2-compiler/M2CaseList.mod (EnumerateErrors): Issue
|
||||||
|
singular or plural start text prior to the enum list.
|
||||||
|
Remove unused parameter tokenno.
|
||||||
|
(EmitMissingRangeErrors): New procedure.
|
||||||
|
(MissingCaseBounds): Call EmitMissingRangeErrors.
|
||||||
|
(MissingCaseStatementBounds): Call EmitMissingRangeErrors.
|
||||||
|
* gm2-libs-iso/TextIO.mod: Fix spacing.
|
||||||
|
|
||||||
2023-09-12 Gaius Mulley <gaiusmod2@gmail.com>
|
2023-09-12 Gaius Mulley <gaiusmod2@gmail.com>
|
||||||
|
|
||||||
Backported from master:
|
Backported from master:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,21 @@
|
||||||
|
2023-09-13 Gaius Mulley <gaiusmod2@gmail.com>
|
||||||
|
|
||||||
|
Backported from master:
|
||||||
|
2023-09-13 Gaius Mulley <gaiusmod2@gmail.com>
|
||||||
|
|
||||||
|
* libm2cor/Makefile.am (libm2cor_la_M2FLAGS): Add
|
||||||
|
-Wcase-enum.
|
||||||
|
* libm2cor/Makefile.in: Regenerate.
|
||||||
|
* libm2iso/Makefile.am (libm2iso_la_M2FLAGS): Add
|
||||||
|
-Wcase-enum.
|
||||||
|
* libm2iso/Makefile.in: Regenerate.
|
||||||
|
* libm2log/Makefile.am (libm2log_la_M2FLAGS): Add
|
||||||
|
-Wcase-enum.
|
||||||
|
* libm2log/Makefile.in: Regenerate.
|
||||||
|
* libm2pim/Makefile.am (libm2pim_la_M2FLAGS): Add
|
||||||
|
-Wcase-enum.
|
||||||
|
* libm2pim/Makefile.in: Regenerate.
|
||||||
|
|
||||||
2023-08-12 Gaius Mulley <gaiusmod2@gmail.com>
|
2023-08-12 Gaius Mulley <gaiusmod2@gmail.com>
|
||||||
|
|
||||||
PR modula2/110779
|
PR modula2/110779
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue