https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64409
--- Comment #8 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> --- Author: hjl Date: Sat Dec 27 16:35:41 2014 New Revision: 219083 URL: https://gcc.gnu.org/viewcvs?rev=219083&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: branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr64409.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/config/i386/i386.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog