This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26223] [4.0/4.1/4.2 regression] ICE on long double with -mno-80387
- From: "sayle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jun 2006 22:44:53 -0000
- Subject: [Bug target/26223] [4.0/4.1/4.2 regression] ICE on long double with -mno-80387
- References: <bug-26223-7667@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from sayle at gcc dot gnu dot org 2006-06-05 22:44 -------
Subject: Bug 26223
Author: sayle
Date: Mon Jun 5 22:44:46 2006
New Revision: 114415
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114415
Log:
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.
Added:
branches/gcc-4_1-branch/gcc/testsuite/gcc.target/i386/amd64-abi-2.c
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/config/i386/i386.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26223