[Bug fortran/88099] ICE in maybe_legitimize_operand, at optabs.c:7170

gscfq@t-online.de gcc-bugzilla@gcc.gnu.org
Tue May 21 17:14:00 GMT 2019


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

G. Steinmetz <gscfq@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #4 from G. Steinmetz <gscfq@t-online.de> ---

Can be regarded as a variation of pr50974 with same root cause.
For the records, ifort refuses it with  

z1.f90(5): error #6423: This name has already been used as an external function
name.   [N2]
      n1 = n1 + n2
----------------^
z1.f90(5): error #8497: Illegal use of a procedure name in an expression,
possibly a function call missing parenthesis.   [N2]
      n1 = n1 + n2
----------------^

*** This bug has been marked as a duplicate of bug 50974 ***


More information about the Gcc-bugs mailing list