This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/66275] __attribute__((sysv_abi)) with x86_64-w64-mingw32-gcc generates incorrect code
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 01 Jun 2015 19:55:52 +0000
- Subject: [Bug target/66275] __attribute__((sysv_abi)) with x86_64-w64-mingw32-gcc generates incorrect code
- Auto-submitted: auto-generated
- References: <bug-66275-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66275
--- Comment #4 from UroÅ Bizjak <ubizjak at gmail dot com> ---
Created attachment 35670
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35670&action=edit
Proposed patch
Patch that fixes ix86_function_arg_regno_p and ix86_function_value_regno_p to
follow the ABI attribute.