1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wvector-operation-performance" } */
3 /* { dg-additional-options "-mno-sse" { target x86_64-*-* i?86-*-* } } */
5 enum { QEMU_MIGRATION_COOKIE_PERSISTENT
= 1 };
8 unsigned flagsMandatory
;
9 } qemuMigrationCookieGetPersistent_mig
;
10 void qemuMigrationCookieGetPersistent()
12 qemuMigrationCookieGetPersistent_mig
.flags
&= /* { dg-bogus "will be expanded" } */
13 QEMU_MIGRATION_COOKIE_PERSISTENT
;
14 qemuMigrationCookieGetPersistent_mig
.flagsMandatory
&=
15 QEMU_MIGRATION_COOKIE_PERSISTENT
;