This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/57150] GCC when targeting power7 spills long double using VSX instructions.
- From: "meissner at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 02 May 2013 21:03:08 +0000
- Subject: [Bug target/57150] GCC when targeting power7 spills long double using VSX instructions.
- Auto-submitted: auto-generated
- References: <bug-57150-4 at http dot gcc dot gnu dot org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57150
--- Comment #3 from Michael Meissner <meissner at gcc dot gnu.org> 2013-05-02 21:03:08 UTC ---
It shows up due to -fcaller-saves, which creates a V2DF save area.