blob: a082a5eaf018b5301329baf7b7ed91ccbdc863f4 [file] [log] [blame]
/* PR target/85511 */
/* { dg-do compile } */
/* { dg-options "-Wimplicit-function-declaration" } */
unsigned int
foo (void)
{
return __builtin_ia32_readeflags_u32 (); /* { dg-warning "implicit declaration of function" "" { target { ! ia32 } } } */
}
void
bar (unsigned int x)
{
__builtin_ia32_writeeflags_u32 (x); /* { dg-warning "implicit declaration of function" "" { target { ! ia32 } } } */
}