Skip to content

Commit 2012d1a

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 344b60a commit 2012d1a

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20240323
1+
20240324

gcc/fortran/ChangeLog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2024-03-23 Harald Anlauf <[email protected]>
2+
3+
PR fortran/101135
4+
* trans-array.cc (gfc_get_dataptr_offset): Check for optional
5+
arguments being present before dereferencing data pointer.
6+
7+
2024-03-23 Harald Anlauf <[email protected]>
8+
9+
PR fortran/55978
10+
* interface.cc (gfc_compare_actual_formal): Skip size check for
11+
NULL() actual without MOLD argument.
12+
13+
2024-03-23 Harald Anlauf <[email protected]>
14+
15+
* trans-types.cc (gfc_get_nodesc_array_type): Clear used gmp
16+
variables.
17+
118
2024-03-19 Harald Anlauf <[email protected]>
219

320
Backported from master:

gcc/testsuite/ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2024-03-23 Harald Anlauf <[email protected]>
2+
3+
PR fortran/101135
4+
* gfortran.dg/missing_optional_dummy_6a.f90: Adjust diagnostic pattern.
5+
* gfortran.dg/ubsan/missing_optional_dummy_8.f90: New test.
6+
7+
2024-03-23 Harald Anlauf <[email protected]>
8+
9+
PR fortran/55978
10+
* gfortran.dg/null_actual_5.f90: New test.
11+
112
2024-03-22 liuhongt <[email protected]>
213

314
Backported from master:

0 commit comments

Comments
 (0)