This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/61533] gcc.target/i386/fuse-caller-save.c FAILs on 64-bit Solaris/x86
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 17 Jun 2014 13:54:22 +0000
- Subject: [Bug target/61533] gcc.target/i386/fuse-caller-save.c FAILs on 64-bit Solaris/x86
- Auto-submitted: auto-generated
- References: <bug-61533-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61533
--- Comment #4 from UroÅ Bizjak <ubizjak at gmail dot com> ---
(In reply to ro@CeBiTec.Uni-Bielefeld.DE from comment #3)
> > The test assumes that frame pointer is omitted.
>
> It passes indeed with -fomit-frame-pointer added on both
> i386-pc-solaris2.11 and x86_64-unknown-linux-gnu. I suppose the patch
> is ok then?
Yes, I think that -fomit-frame-pointer should be added unconditionally to the
dg-options.
Patch is preapproved for mainline SVN.