This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/86322] [9 Regression] ICE in reference_record with data statement


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]