This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/36710] FAIL: gcc.dg/torture/fp-int-convert-float128.c -Os (internal compiler error)
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2008 14:59:43 -0000
- Subject: [Bug target/36710] FAIL: gcc.dg/torture/fp-int-convert-float128.c -Os (internal compiler error)
- References: <bug-36710-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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