]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vrp47.c: Fix target check.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Sat, 21 Nov 2009 07:39:47 +0000 (07:39 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Sat, 21 Nov 2009 07:39:47 +0000 (07:39 +0000)
2009-11-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* gcc.dg/tree-ssa/vrp47.c: Fix target check.

From-SVN: r154404

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/vrp47.c

index 0c067501f1a4aaf7542a19f7e7a2c59d92d2d985..c0cf2d2d124c584743faa659d0e34c79b74bd368 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * gcc.dg/tree-ssa/vrp47.c: Fix target check.
+
 2009-11-20  Jason Merrill  <jason@redhat.com>
 
        PR c++/9050, DR 147, DR 318
index 2bb10d063a29770928b344defcdaf04bb7d18c92..663e7baf7536105150ce722948be4cad8927d4d2 100644 (file)
@@ -3,7 +3,7 @@
 /* Skip on S/390.  Lower values in BRANCH_COST lead to two conditional
    jumps when evaluating an && condition.  VRP is not able to optimize
    this.  */
-/* { dg-do compile { target { ! mips*-*-* ! s390*-*-* } } } */
+/* { dg-do compile { target { { ! mips*-*-* } && { ! s390*-*-* } } } } */
 /* { dg-options "-O2 -fdump-tree-vrp -fdump-tree-dom" } */
 
 int h(int x, int y)