[Bug fortran/68224] ICE on referencing parameter array with dimension null

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Sat Nov 7 12:03:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68224

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-11-07
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed from 4.8 up to trunk (6.0). Note that only one of the two lines

   integer, parameter :: a = c(1)
   integer :: b = c(2)

is enough to trigger the ICE.


More information about the Gcc-bugs mailing list