[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/21841] FAIL: debug_msg.sh with GCC 7
From: |
romain.geissler at amadeus dot com |
Subject: |
[Bug gold/21841] FAIL: debug_msg.sh with GCC 7 |
Date: |
Tue, 26 Sep 2017 23:14:43 +0000 |
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 gold/21841] FAIL: debug_msg.sh with GCC 7,
romain.geissler at amadeus dot com <=