This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix up stdarg-6.c testcase


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  <jakub@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]