[Bug fortran/88009] [9 Regression] ICE in find_intrinsic_vtab, at fortran/class.c:2761

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Dec 20 13:16:00 GMT 2018


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

--- Comment #3 from janus at gcc dot gnu.org ---
In fact, after getting rid of a few ICEs, the test case also shows a new
(bogus) error with trunk:

Error: PRIVATE attribute not allowed in BLOCK DATA program unit at (1)

This is certainly bogus, because the code contains no PRIVATE attribute at all.
The error seems to concern the _final procedures, which are part of the
generated vtable. Will try to get rid of this as well.


More information about the Gcc-bugs mailing list