------- Comment #2 from pinskia at gcc dot gnu dot org 2010-03-13 01:04 ------- I think this is expected because on i?86, the alignment of the stack is only required to be 32 bit aligned so obviously emit_push_insn is going to have issues with stricted aligned TFmode pushes. So really this is a bug in how you define STRICT_ALIGNMENT without changing the alignment requirement of the stack too.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43307