Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / _Pragma6.c
blob7f3f7763e7505be8e8af5ed842a7d9fc32f319c1
1 /* PR c/27747 */
2 /* This is supposed to succeed only if
3 the target doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION. */
4 /* { dg-do compile { target { ! { *-*-solaris2* } } } } */
6 #define push bar
7 #define foo _Pragma ("pack(push)")
8 foo
9 int i;
10 #pragma pack(pop)