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

--- Comment #35 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
gcc -g -o pr109008-main{,.c}; ./pr109008-main
should have been
gcc -g -o pr109008-main{,.c} -lm; ./pr109008-main
sorry.
Anyway, 300000 functions now finished, 25471 errors for #c33 patch, 0 errors
for #c32 + #c33 patches, now #c30 with adjustments.

Reply via email to