https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64409
--- Comment #6 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> --- Author: hjl Date: Sat Dec 27 16:14:59 2014 New Revision: 219081 URL: https://gcc.gnu.org/viewcvs?rev=219081&root=gcc&view=rev Log: Issue an error for ms_abi attribute with x32 There is no counter part of x32 in MS ABI. Issue an error when ms_abi attribute is used with x32. gcc/ PR target/64409 * config/i386/i386.c (ix86_function_type_abi): Issue an error when ms_abi attribute is used with x32. gcc/testsuite/ PR target/64409 * gcc.target/i386/pr64409.c: New test. Added: trunk/gcc/testsuite/gcc.target/i386/pr64409.c Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/i386.c trunk/gcc/testsuite/ChangeLog