https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84408
Aldy Hernandez <aldyh at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2018-02-20 CC| |law at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #5 from Aldy Hernandez <aldyh at gcc dot gnu.org> --- (In reply to nsz from comment #4) > (In reply to Aldy Hernandez from comment #3) > > I can't reproduce on gcc116.fsffrance.org. The assembler completes in less > > than a second for both -gno-inline-points and without. > > > > aldyh@gcc116:~/bld/t/gcc$ ./xg++ -B. -g -O -fPIC -shared -fno-rtti -time > > poly-int-07_plugin.ii > > # cc1plus 107.13 0.29 > > # as 0.93 0.06 > > > > are you sure your gas has .loc view support? (gcc config disables it if > there is no support) Confirmed. You can't just use a cross compiler with no gas support. I had to build a combined tree, so it would pick up a cross gas, and gcc could use that gas to enable .loc view support. Thanks for the tip.