[Bug fortran/66775] Allocatable function result type(t) produces segfault when uninitialized
vehre at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 10 09:45:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66775
vehre at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from vehre at gcc dot gnu.org ---
By sections 12.5.3 and 12.6.2.2 of F2008 the function has to return an
allocated object, this means this pr is invalid. Nothing broken, nothing to
fix.
More information about the Gcc-bugs
mailing list