------- Comment #8 from ubizjak at gmail dot com 2008-07-03 13:16 ------- > Created an attachment (id=15848) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15848&action=view) [edit] > A patch + a testase
This failure is specific to -mno-accumulate-outgoing-args (-Os is just a shortcut for this looong-worded compile flag). With -mn-a-o-a, compiler tries to push everything to the stack. Since there is no "push %xmm", compilation breaks. I can put "-O2 -mno-accumulate-outgoing-args" into dg-options if this is more informative, but there is no need for torture to cycle all optimization flags. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36710