re PR tree-optimization/56205 (stdarg pass confused by jump threading)
authorJakub Jelinek <jakub@redhat.com>
Sat, 4 May 2013 18:23:46 +0000 (20:23 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 4 May 2013 18:23:46 +0000 (20:23 +0200)
PR tree-optimization/56205
* gcc.dg/tree-ssa/stdarg-6.c: Add cleanup-tree-dump "stdarg".

From-SVN: r198599

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/stdarg-6.c

index 2e0d510..c480bd7 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/56205
+       * gcc.dg/tree-ssa/stdarg-6.c: Add cleanup-tree-dump "stdarg".
+
 2013-05-04  Tobias Burnus  <burnus@net-b.de>
 
        * gfortran.dg/bind_c_array_params.f03: Update dg-error.
index c21dc17..70cde1b 100644 (file)
@@ -33,3 +33,4 @@ bar (int x, char const *y, ...)
 /* { dg-final { scan-tree-dump "bar: va_list escapes 1, needs to save all GPR units" "stdarg" { target { { i?86-*-* x86_64-*-* } && ia32 } } } } */
 /* { dg-final { scan-tree-dump "bar: va_list escapes 1, needs to save all GPR units" "stdarg" { target ia64-*-* } } } */
 /* { dg-final { scan-tree-dump "bar: va_list escapes 1, needs to save all GPR units" "stdarg" { target { powerpc*-*-* && lp64 } } } } */
+/* { dg-final { cleanup-tree-dump "stdarg" } } */