Commit 7d4cef2d by Uros Bizjak Committed by Uros Bizjak

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
parent 869b69b4
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> 2014-09-03 Max Ostapenko <m.ostapenko@partner.samsung.com>
* lib/gcc-dg.exp (set-target-env-var): Change env to ::env. * lib/gcc-dg.exp (set-target-env-var): Change env to ::env.
......
/* Testcase derived from 20111227-1.c to ensure that REE is combining /* Testcase derived from 20111227-1.c to ensure that REE is combining
redundant zero extends with zero extend to wider mode. */ redundant zero extends with zero extend to wider mode. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-fdump-rtl-ree -O -free" } */ /* { dg-options "-fdump-rtl-ree -O -free" } */
extern void abort (void); extern void abort (void);
unsigned short s; unsigned short s;
......
/* Testcase derived from 20111227-1.c to ensure that REE is combining /* Testcase derived from 20111227-1.c to ensure that REE is combining
redundant sign extends with sign extend to wider mode. */ redundant sign extends with sign extend to wider mode. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-fdump-rtl-ree -O -free" } */ /* { dg-options "-fdump-rtl-ree -O -free" } */
extern void abort (void); extern void abort (void);
......
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