Hi! Segher reported on IRC that stdarg-6.c testcase leaves *.stdarg files behind it. Fixed thusly, committed to trunk/4.8 as obvious.
2013-05-04 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/56205 * gcc.dg/tree-ssa/stdarg-6.c: Add cleanup-tree-dump "stdarg". --- gcc/testsuite/gcc.dg/tree-ssa/stdarg-6.c.jj 2013-05-04 20:10:56.203322321 +0200 +++ gcc/testsuite/gcc.dg/tree-ssa/stdarg-6.c 2013-05-04 20:10:12.049571078 +0200 @@ -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" } } */ Jakub