[Bug debug/84408] [8 regression] gcc.dg/plugin/poly-int-07_plugin.c compilation times out with -g

aldyh at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 16 12:59:00 GMT 2018


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


More information about the Gcc-bugs mailing list