[Bug fortran/47180] [OOP] EXTENDS_TYPE_OF returns the wrong result for disassociated polymorphic pointers
janus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 5 19:12:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47180
--- Comment #10 from janus at gcc dot gnu.org 2011-01-05 18:55:59 UTC ---
(In reply to comment #8)
> REOPEN: Causes build issues (cf. comment 7).
Thanks for noticing, and sorry for the breakage.
> Simple solution:
>
> - gfc_symbol *vtab;
> + gfc_symbol *vtab = NULL;
Yes, I'll commit shortly.
More information about the Gcc-bugs
mailing list