# HG changeset patch # Parent b421ce4362a3675d9fc4aa98f23e3bfc85b5c4c6 Fix 64-bit gcc.dg/profile-update-warning.c diff --git a/gcc/testsuite/gcc.dg/profile-update-warning.c b/gcc/testsuite/gcc.dg/profile-update-warning.c --- a/gcc/testsuite/gcc.dg/profile-update-warning.c +++ b/gcc/testsuite/gcc.dg/profile-update-warning.c @@ -1,5 +1,5 @@ -/* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */ -/* { dg-options "-fprofile-update=atomic -fprofile-generate -march=i386 -m32" } */ +/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } } */ +/* { dg-options "-fprofile-update=atomic -fprofile-generate -march=i386" } */ int main(int argc, char *argv[]) {