Index: ChangeLog =================================================================== --- ChangeLog (revision 225565) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2015-07-08 H.J. Lu <hongjiu...@intel.com> + + * gcc.target/i386/readeflags-1.c (abort): New prototype. + * gcc.target/i386/writeeflags-1.c (abort): Likewise. + 2015-07-08 Paolo Carlini <paolo.carl...@oracle.com> PR c++/66421 Index: gcc.target/i386/readeflags-1.c =================================================================== --- gcc.target/i386/readeflags-1.c (revision 225565) +++ gcc.target/i386/readeflags-1.c (working copy) @@ -3,6 +3,8 @@ #include <x86intrin.h> +extern void abort (void); + #ifdef __x86_64__ #define EFLAGS_TYPE unsigned long long int #else Index: gcc.target/i386/writeeflags-1.c =================================================================== --- gcc.target/i386/writeeflags-1.c (revision 225565) +++ gcc.target/i386/writeeflags-1.c (working copy) @@ -3,6 +3,8 @@ #include <x86intrin.h> +extern void abort (void); + #ifdef __x86_64__ #define EFLAGS_TYPE unsigned long long int #else