Commit cadf6296 by Rainer Orth Committed by Rainer Orth

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
parent 4d6484dd
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> 2016-09-28 Uros Bizjak <ubizjak@gmail.com>
PR target/77756 PR target/77756
......
/* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */ /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
/* { dg-options "-fprofile-update=atomic -fprofile-generate -march=i386 -m32" } */ /* { dg-options "-fprofile-update=atomic -fprofile-generate -march=i386" } */
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment