https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84408

--- Comment #3 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
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

 ./xg++ -B. -g -O -fPIC -shared -fno-rtti -time poly-int-07_plugin.ii
-gno-inline-points

aldyh@gcc116:~/bld/t/gcc$ ./xg++ -B. -g -O -fPIC -shared -fno-rtti -time
poly-int-07_plugin.ii -gno-inline-points

# cc1plus 104.89 0.33
# as 0.91 0.05

Reply via email to