https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84317
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot > Uni-Bielefeld.DE> --- [...] > I'm currently running a couple of bootstraps (Solaris 10, 11.3, 11.3 > with as/ld and gas/ld on SPARC, Solaris 10 with as/ld, Solaris 11.3 with > gas/ld, Solaris 11.4 with gas/gld on x86) with a tree that has > > https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00624.html > > applied to check if that fixes either or both of this PR and PR > debug/84319. They all failed initially like this: /vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:3205:21: error: poisoning existing macro "DWARF2_ASM_LINE_DEBUG_INFO" [-Werror] #pragma GCC poison DWARF2_ASM_LINE_DEBUG_INFO ^~~~~~~~~~~~~~~~~~~~~~~~~~ /vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:3217:21: error: poisoning existing macro "DWARF2_ASM_VIEW_DEBUG_INFO" [-Werror] #pragma GCC poison DWARF2_ASM_VIEW_DEBUG_INFO ^~~~~~~~~~~~~~~~~~~~~~~~~~ Removing the #pragma GCC poison and trying again...