[Bug rtl-optimization/52004] bad asm generated with -O2 -finline-functions (and maybe -ftracer)

2012-01-25 Thread marbacz at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52004 --- Comment #1 from Marcin Baczynski marbacz at gmail dot com 2012-01-26 00:37:21 UTC --- Created attachment 26470 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26470 Reduced test case.

[Bug rtl-optimization/52004] bad asm generated with -O2 -finline-functions (and maybe -ftracer)

2012-01-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52004 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/52004] bad asm generated with -O2 -finline-functions (and maybe -ftracer)

2012-01-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52004 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2012-01-26 00:50:40 UTC --- Those functions should be marked as noinline and noclone or better yet use toplevel inline-asm for those instructions.