mirrored from git://gcc.gnu.org/git/gcc.git
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GCC Administrator
committed
Aug 6, 2024
1 parent
3f356a8
commit 0e2a2b9
Showing
4 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20240805 | ||
20240806 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|