Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr105175.c
blobd8d7edb942a2ce207ca8a5705e07ae03f1f7b10c
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 };
6 struct {
7 unsigned flags;
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;