[Bug fortran/66927] [6.0 regression] ICE in gfc_conf_procedure_call

juergen.reuter at desy dot de gcc-bugzilla@gcc.gnu.org
Sat Jul 18 10:01:00 GMT 2015


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

--- Comment #4 from Jürgen Reuter <juergen.reuter at desy dot de> ---
Actually, we are using now

allocate (obj(1:size (func ()))
obj = func ()

as you are saying 
allocate (obj, source = func ())
had problems in gfortran 4.7.X. 
So the issue is not a problem for our code(s). 

But you are saying that the code triggering the ICE violates the Fortran
standard?


More information about the Gcc-bugs mailing list