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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #7 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #2)
> This works on trunk, but of course symtab merging is pre-empted here by
> tree merging I think.  The error can be reproduced on trunk with
> 
> t1.i
> ----
>   __attribute__((weak)) float
>    scalbnf(float z) { return z; }
> 
> t2.i
> ----
>   __attribute__((weak)) float
>    scalbnf(float x, int y) { return x*y; }
> 
> which would be kind of invalid, of course.

"kind of" invalid?

Reply via email to