------- Comment #9 from hjl dot tools at gmail dot com 2008-07-03 14:59 ------- (In reply to comment #8) > > 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.
-Os is OK with me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36710