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/66775] Allocatable function result type(t) produces segfault when uninitialized


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.


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