Fix 64-bit gcc.dg/profile-update-warning.c on 32-bit-default x86

* gcc.dg/profile-update-warning.c: Restrict to ia32.
	(dg-options): Remove -m32.

From-SVN: r240613
This commit is contained in:
Rainer Orth 2016-09-29 08:39:04 +00:00 committed by Rainer Orth
parent 4d6484dd58
commit cadf629619
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2016-09-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/profile-update-warning.c: Restrict to ia32.
(dg-options): Remove -m32.
2016-09-28 Uros Bizjak <ubizjak@gmail.com>
PR target/77756

View File

@ -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[])
{