Daily bump.

This commit is contained in:
GCC Administrator 2024-03-18 00:16:48 +00:00
parent 3f3f0b7ee8
commit 27d2e933a0
8 changed files with 81 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2024-03-17 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa.cc (pa_delegitimize_address): Delegitimize UNSPEC_TP.
2024-03-16 Jakub Jelinek <jakub@redhat.com>
PR target/114175

View file

@ -1 +1 @@
20240317
20240318

View file

@ -1,3 +1,8 @@
2024-03-17 Iain Buclaw <ibuclaw@gdcproject.org>
* dmd/MERGE: Merge upstream dmd 855353a1d9.
* dmd/VERSION:
2024-03-10 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/112285

View file

@ -1,3 +1,9 @@
2024-03-17 Harald Anlauf <anlauf@gmx.de>
PR fortran/101135
* trans-array.cc (gfc_get_dataptr_offset): Check for optional
arguments being present before dereferencing data pointer.
2024-03-15 Paul Thomas <pault@gcc.gnu.org>
PR fortran/87477

View file

@ -1,3 +1,44 @@
2024-03-17 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/114296
* gm2-compiler/M2ALU.mod (ElementsSolved): Add tokenno parameter.
Add constant checks and generate error messages.
(EvalSetValues): Pass tokenno parameter to ElementsSolved.
* gm2-compiler/M2LexBuf.mod (stop): New procedure.
(MakeVirtualTok): Call stop if caret = BadTokenNo.
* gm2-compiler/M2Quads.def (BuildNulExpression): Add tokpos
parameter.
(BuildSetStart): Ditto.
(BuildEmptySet): Ditto.
(BuildConstructorEnd): Add startpos parameter.
(BuildTypeForConstructor): Add tokpos parameter.
* gm2-compiler/M2Quads.mod (BuildNulExpression): Add tokpos
parameter and push tokpos to the quad stack.
(BuildSetStart): Add tokpos parameter and push tokpos.
(BuildSetEnd): Rewrite.
(BuildEmptySet): Add tokpos parameter and push tokpos with
the set type.
(BuildConstructorStart): Pop typepos.
(BuildConstructorEnd): Add startpos parameter.
Create valtok from startpos and cbratokpos.
(BuildTypeForConstructor): Add tokpos parameter.
* gm2-compiler/M2Range.def (InitAssignmentRangeCheck): Rename
d to des and e to expr.
Add destok and exprtok parameters.
* gm2-compiler/M2Range.mod (InitAssignmentRangeCheck): Rename
d to des and e to expr.
Add destok and exprtok parameters.
Save destok and exprtok into range record.
(FoldAssignment): Pass exprtok to TryDeclareConstant.
* gm2-compiler/P3Build.bnf (ComponentValue): Rewrite.
(Constructor): Rewrite.
(ConstSetOrQualidentOrFunction): Rewrite.
(SetOrQualidentOrFunction): Rewrite.
* gm2-compiler/PCBuild.bnf (ConstSetOrQualidentOrFunction): Rewrite.
(SetOrQualidentOrFunction): Rewrite.
* gm2-compiler/PHBuild.bnf (Constructor): Rewrite.
(ConstSetOrQualidentOrFunction): Rewrite.
2024-03-14 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/114294

View file

@ -1,3 +1,14 @@
2024-03-17 Harald Anlauf <anlauf@gmx.de>
PR fortran/101135
* gfortran.dg/missing_optional_dummy_6a.f90: Adjust diagnostic pattern.
* gfortran.dg/ubsan/missing_optional_dummy_8.f90: New test.
2024-03-17 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/114296
* gm2/pim/fail/badtype2.mod: New test.
2024-03-16 Jakub Jelinek <jakub@redhat.com>
PR target/114175

View file

@ -1,3 +1,7 @@
2024-03-17 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/MERGE: Merge upstream druntime 855353a1d9.
2024-03-03 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/MERGE: Merge upstream druntime 02d6d07a69.

View file

@ -1,3 +1,12 @@
2024-03-17 François Dumont <fdumont@gcc.gnu.org>
PR libstdc++/114316
* include/debug/safe_iterator.tcc (_Safe_iterator<>::_M_valid_range):
First check if both iterators are value-initialized before checking if
singular.
* testsuite/23_containers/set/debug/114316.cc: New test case.
* testsuite/23_containers/vector/debug/114316.cc: New test case.
2024-03-14 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/114325