[Bug fortran/86322] [9 Regression] ICE in reference_record with data statement
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Tue Jun 26 13:29:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86322
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P4
Status|UNCONFIRMED |NEW
Known to work| |8.1.0
Keywords| |ice-on-invalid-code
Last reconfirmed| |2018-06-26
Ever confirmed|0 |1
Summary|ICE in reference_record |[9 Regression] ICE in
|with data statement |reference_record with data
| |statement
Known to fail| |9.0
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Up to revision r260071 (2018-05-09) I get the error
pr86322.f90:8:11:
data c%i /b%i/
1
Error: Symbol 'b' must be a PARAMETER in DATA statement at (1)
I get the ICE with r261279 (2018-06-07). I also get the error with the 8 branch
revision 261740.
More information about the Gcc-bugs
mailing list