re PR target/26223 (ICE on long double with -mno-80387)
authorRoger Sayle <roger@eyesopen.com>
Sun, 4 Jun 2006 04:28:25 +0000 (04:28 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 4 Jun 2006 04:28:25 +0000 (04:28 +0000)
commit94e76332ac46967475264f588302fc74e499a9dd
treeee6376aa2b3571fc442487e86565a6ef7ea0077b
parentcb1b2d52bb4f0665e03d32a90d879495f72a8469
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: r114355
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/amd64-abi-2.c [new file with mode: 0644]