]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/26223 (ICE on long double with -mno-80387)
authorRoger Sayle <roger@eyesopen.com>
Tue, 6 Jun 2006 19:43:17 +0000 (19:43 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 6 Jun 2006 19:43:17 +0000 (19:43 +0000)
commit3de631beff2ab3cc00d6e99cad40ac7d629e6d76
tree4e66daf44ad8ecc315ee73853e8b460e829f65f6
parent14dc59a977f036a6292b60b71e16eb80ba1b47e3
re PR target/26223 (ICE on long double with -mno-80387)

PR target/26223
* config/i386/i386.c (construct_container): Split static issued_error
flag into issued_sse_arg_error, issued_sse_ret_error and
issued_x87_ret_error.  Issue a daignostic if the x86-64 ABI
requires the use of x87 registers and the user explicitly
specified the -mno-80387 command line option.

* gcc.target/i386/amd64-abi-2.c: New test case.

From-SVN: r114446
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/amd64-abi-2.c [new file with mode: 0644]