r114355 - in /trunk/gcc: ChangeLog config/i386/...

sayle@gcc.gnu.org sayle@gcc.gnu.org
Sun Jun 4 04:28:00 GMT 2006


Author: sayle
Date: Sun Jun  4 04:28:25 2006
New Revision: 114355

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114355
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:
    trunk/gcc/testsuite/gcc.target/i386/amd64-abi-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list