https://sourceware.org/bugzilla/show_bug.cgi?id=21841

Romain Geissler <romain.geissler at amadeus dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |romain.geissler at amadeus dot 
com

--- Comment #1 from Romain Geissler <romain.geissler at amadeus dot com> ---
Hi,

I think this is more a gcc bug. The gold test is about checking that
"OverriddenCFunction" is not reported as an error. This one is defined in
odr_violation2.cc from line 23 to 25. However, here in the error reported by
the linker, it's about SometimesInlineFunction which is really defined from
line 27 to 29 in odr_violation2.cc but is reported to be at line 25 in the
linker error. This is most likely because gcc provided the linker with wrong
line information.

Cheers,
Romain

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to