http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51934
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-21 22:35:58 UTC --- The test just should use some attribute that is common to all targets, like __attribute__((noinline)) or similar, unless it didn't fail with that attribute before the fix. If it didn't, then the test needs to be limited to targets that support it.