[Bug libstdc++/85442] [8 Regression] cxx11-ios_failure.lo build fails for microblaze
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 17 23:19:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85442
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 43969
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43969&action=edit
gcc8-pr85442.patch
Perhaps we want to assemble with -g0, because either the .s file already
contains debug info from the compiler and then we don't want to add one from
the assembler, or the user doesn't want debug info at all.
Completely untested though.
More information about the Gcc-bugs
mailing list