3 struct ReceivesPragma
{ };
6 #ifdef SET_FIRST_HEADER
8 #ifndef SET_SECOND_HEADER
9 // expected-note@-2 2 {{previous '#pragma pack' directive that modifies alignment is here}}
11 // expected-note@-4 1 {{previous '#pragma pack' directive that modifies alignment is here}}
13 // expected-warning@+3 {{non-default #pragma pack value changes the alignment of struct or union members in the included file}}
16 #include "pragma-pack2.h"
18 #ifdef SET_SECOND_HEADER
19 // expected-warning@-3 {{the current #pragma pack alignment value is modified in the included file}}
22 #ifdef PUSH_POP_FIRST_HEADER
23 // This is fine, we don't change the current value.
24 #pragma pack (push, 4)