20111227-2.c: Compile only for x86 targets.

* gcc.dg/20111227-2.c: Compile only for x86 targets.
	* gcc.dg/20111227-3.c: Ditto.

From-SVN: r214848
This commit is contained in:
Uros Bizjak 2014-09-03 09:58:17 +02:00 committed by Uros Bizjak
parent 869b69b4e9
commit 7d4cef2d37
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-09-03 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/20111227-2.c: Compile only for x86 targets.
* gcc.dg/20111227-3.c: Ditto.
2014-09-03 Max Ostapenko <m.ostapenko@partner.samsung.com>
* lib/gcc-dg.exp (set-target-env-var): Change env to ::env.

View File

@ -1,6 +1,8 @@
/* Testcase derived from 20111227-1.c to ensure that REE is combining
redundant zero extends with zero extend to wider mode. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-fdump-rtl-ree -O -free" } */
extern void abort (void);
unsigned short s;

View File

@ -1,5 +1,6 @@
/* Testcase derived from 20111227-1.c to ensure that REE is combining
redundant sign extends with sign extend to wider mode. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-fdump-rtl-ree -O -free" } */
extern void abort (void);