https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84317
--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #1 from Alexandre Oliva <aoliva at gcc dot gnu.org> --- > Rainer, thanks for the report. > do you still get this with after revision 257562? it may very well have fixed > this too, although the symptoms it was meant to cure were a bit different. 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. Right now (using either the native assembler or gas 2.30) I find that neither of HAVE_AS_DWARF2_DEBUG_LINE and HAVE_AS_DWARF2_DEBUG_VIEW are defined with as, but both with gas. Rainer