This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix testsuite failures caused by -static-libgcc and -static-libstdc++ options


>> gold/
>>         * testsuite/Makefile.am (debug_msg_so.err): Add -shared-libgcc and
>>         -Bdynamic -lstdc++ options.
>>         (debug_msg_ndebug.err): Likewise.
>>         * testsuite/Makefile.in: Regenerate.
>
> Does it fix
>
> http://www.sourceware.org/bugzilla/show_bug.cgi?id=14608

Probably not, but I'll take a look. The problem here is the lack of
the expected undefined symbol errors, while PR14608 is about a missing
ODR violation warning. The missing ODR violation warning is likely due
to a change in the compiler that produces different debug info
(specifically, line number info), but I'll need to look at it to
determine whether it's a regression in GCC or an inadequate test case.

-cary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]