https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94289
sandra at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sandra at gcc dot gnu.org
--- Comment #4 from sandra at gcc dot gnu.org ---
I'm still seeing failures on mainline head, specifically these 3 groups:
Testing pointer array
Using assumed-rank array:
lbound: expected: [ 1 1 1] got: [ 3 5 9] FAIL!
ubound: expected: [ 2 46 3] got: [ 4 50 11] FAIL!
Testing allocatable array
Using assumed-rank array:
lbound: expected: [ 1 1 1] got: [ 3 5 9] FAIL!
ubound: expected: [ 2 46 3] got: [ 4 50 11] FAIL!
Testing explicit array
Using assumed-rank array:
lbound: expected: [ 1 1 1] got: [ 3 5 9] FAIL!
ubound: expected: [ 2 46 3] got: [ 4 50 11] FAIL!
I'm also confused about the validity of the expectations. :-S