re PR tree-optimization/69196 (code size regression with jump threading at -O2)
authorJeff Law <law@redhat.com>
Sat, 5 Mar 2016 06:12:09 +0000 (23:12 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 5 Mar 2016 06:12:09 +0000 (23:12 -0700)
PR tree-optimization/69196
* gcc.dg/tree-ssa/pr69196-1.c: Limit this to sparc*-*-* and
x86_64-*-*.

From-SVN: r234003

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c

index 683585c8b321b2851f7feff6e90a3da129114678..4b08dcd7a04f4f875ecd599ce061a1e237bed5f3 100644 (file)
@@ -1,3 +1,9 @@
+2016-03-04  Jeff Law  <law@redhat.com>
+
+       PR tree-optimization/69196
+       * gcc.dg/tree-ssa/pr69196-1.c: Limit this to sparc*-*-* and
+       x86_64-*-*.
+
 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
 
        PR c/69973
index 11c7cf5698d63d21baaae6dcfe43976a5a760b89..415ac2eafd9500c402039f720a0c47d5f82c3475 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target sparc*-*-* x86_64-*-* } } */
 /* { dg-options "-O2 -fdump-tree-vrp1-details" } */
 
 /* { dg-final { scan-tree-dump "FSM did not thread around loop and would copy too many statements" "vrp1" } } */