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

--- Comment #5 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Thomas Koenig from comment #4)
> With gcc-9, gcc-8 and trunk I get

To be more precise, with a current gcc-9 snapshot:

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

Reply via email to