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:
parent
869b69b4e9
commit
7d4cef2d37
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user