Commit 8c18c836 by Uros Bizjak Committed by Uros Bizjak

pr66232-10.c: Do not compile on ia32 target.

	* gcc.target/i386/pr66232-10.c: Do not compile on ia32 target.
	* gcc.target/i386/pr66232-11.c: Ditto.
	* gcc.target/i386/pr66232-12.c: Ditto.
	* gcc.target/i386/pr66232-13.c: Ditto.

From-SVN: r232231
parent 62446e6e
2016-01-11 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr66232-10.c: Do not compile on ia32 target.
* gcc.target/i386/pr66232-11.c: Ditto.
* gcc.target/i386/pr66232-12.c: Ditto.
* gcc.target/i386/pr66232-13.c: Ditto.
2016-01-11 Richard Biener <rguenther@suse.de> 2016-01-11 Richard Biener <rguenther@suse.de>
PR tree-optimization/69173 PR tree-optimization/69173
......
/* { dg-do compile { target *-*-linux* } } */ /* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
/* { dg-require-effective-target maybe_x32 } */ /* { dg-require-effective-target maybe_x32 } */
/* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */ /* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */
......
/* { dg-do compile { target *-*-linux* } } */ /* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
/* { dg-require-effective-target maybe_x32 } */ /* { dg-require-effective-target maybe_x32 } */
/* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */ /* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */
......
/* { dg-do compile { target *-*-linux* } } */ /* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
/* { dg-require-effective-target maybe_x32 } */ /* { dg-require-effective-target maybe_x32 } */
/* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */ /* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */
......
/* { dg-do compile { target *-*-linux* } } */ /* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
/* { dg-require-effective-target maybe_x32 } */ /* { dg-require-effective-target maybe_x32 } */
/* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */ /* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */
......
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