/* Check warnings produced by #pragma GCC push/pop/reset_options.  */
/* { dg-do assemble } */

#pragma push_options
#pragma pop_options

int foo;
