OSDN Git Service

* reload.c (find_reloads): Don't clear badop if we have a
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr20017.c
index ee425f5..1fd6d58 100644 (file)
@@ -1,12 +1,12 @@
 /* PR rtl-optimization/20017
 
-   After CSE/GCSE folds a switch statement to an unconditonal jump,
+   After CSE/GCSE folds a switch statement to an unconditional jump,
    cfg_cleanup did not remove a dead jump table, confusing the CFG
    layout code later on.  */
 
 /* { dg-do compile } */
 /* { dg-options "-O1" } */
-/* { dg-options "-O1 -march=i386" { target { i?86-*-* && ilp32 } } } */
+/* { dg-options "-O1 -march=i386" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
 
 int
 foo (int *buf, int *p)