[Bug fortran/67883] ICE on empty array constructor of character function
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Thu Oct 8 09:45:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-10-08
CC| |pault at gcc dot gnu.org,
| |vehre at gcc dot gnu.org
Ever confirmed|0 |1
Known to fail| |4.9.3, 5.2.0, 6.0
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed from 4.8 up to trunk (6.0).
The code compiles and executes if the line
character(:), allocatable :: f
is replaced with
character(1), allocatable :: f
More information about the Gcc-bugs
mailing list