* gcc.dg/
20111227-2.c: Compile only for x86 targets.
* gcc.dg/
20111227-3.c: Ditto.
From-SVN: r214848
+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.
/* 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;
/* 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);