Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Aug 6, 2024
1 parent 3f356a8 commit 0e2a2b9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240805
20240806
14 changes: 14 additions & 0 deletions gcc/fortran/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2024-08-05 Paul Thomas <[email protected]>

Backported from master:
2024-07-18 Paul Thomas <[email protected]>

PR fortran/108889
* gfortran.h: Add bit field 'allocated_in_scope' to gfc_symbol.
* trans-array.cc (gfc_array_allocate): Set 'allocated_in_scope'
after allocation if not a component reference.
(gfc_alloc_allocatable_for_assignment): If 'allocated_in_scope'
not set, not a component ref and not allocated, set the array
bounds and offset to give zero length in all dimensions. Then
set allocated_in_scope.

2024-07-21 Harald Anlauf <[email protected]>

Backported from master:
Expand Down
8 changes: 8 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-08-05 Paul Thomas <[email protected]>

Backported from master:
2024-07-18 Paul Thomas <[email protected]>

PR fortran/108889
* gfortran.dg/pr108889.f90: New test.

2024-07-29 Haochen Jiang <[email protected]>

* gcc.target/i386/avx512bw-vpalignr-1b.c: New test.
Expand Down
9 changes: 9 additions & 0 deletions libgomp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2024-08-05 Paul Thomas <[email protected]>

Backported from master:
2024-07-19 Paul Thomas <[email protected]>

* testsuite/libgomp.oacc-fortran/privatized-ref-2.f90: Cut
dg-note about 'a' and remove bogus warnings about its array
descriptor components being used uninitialized.

2024-06-20 Release Manager

* GCC 12.4.0 released.
Expand Down

0 comments on commit 0e2a2b9

Please sign in to comment.