[Bug fortran/61968] ICE (assembly failure) due to wrongly generating a vtable for TYPE(*) / BT_ASSUMED_TYPE

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 1 17:20:00 GMT 2019


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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |tkoenig at gcc dot gnu.org
         Resolution|FIXED                       |---

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
With gcc-9, gcc-8 and trunk I get

/tmp/ccyyPrsg.s: Assembler messages:
/tmp/ccyyPrsg.s:121: Error: unrecognized symbol type ""
/tmp/ccyyPrsg.s:121: Error: junk at end of line, first unrecognized character
is `('
/tmp/ccyyPrsg.s:122: Error: invalid character '(' in mnemonic
/tmp/ccyyPrsg.s:142: Error: expected comma after name `__copy_TYPE' in .size
directive
/tmp/ccyyPrsg.s:171: Error: unrecognized symbol type ""
/tmp/ccyyPrsg.s:171: Error: junk at end of line, first unrecognized character
is `('
/tmp/ccyyPrsg.s:172: Error: expected comma after name `__vtab_TYPE' in .size
directive
/tmp/ccyyPrsg.s:173: Error: invalid character '(' in mnemonic
/tmp/ccyyPrsg.s:179: Error: junk at end of line, first unrecognized character
is `('


More information about the Gcc-bugs mailing list