[Bug fortran/70697] ICE on EVENT WAIT with array element UNTIL_COUNT argument
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Mon Apr 25 12:33:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70697
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-04-25
Ever confirmed|0 |1
--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed from 5.3.1 up to trunk (7.0). 5.3.0 gives the errors
pr70697.f90:3:18:
type(event_type) done[*]
1
Error: Derived type 'event_type' at (1) is being used before it is defined
pr70697.f90:4:2:
event wait(done,until_count=nc(1))
1
Error: Unclassifiable statement at (1)
More information about the Gcc-bugs
mailing list