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]

[testsuite] (committed) fix g++.dg/var-expand3.C


At one time -fdump-rtl-loop2 dumped lots of files including one for
loop2_unroll.  PR testsuite/36087 was filed when var-expand3.c stopped
working due to a missing dumpfile.  No one has fixed -fdump-rtl-loop2,
so this patch fixes the test.  Tested on powerpc64-linux, checked in
on trunk.

2008-08-12  Janis Johnson  <janis187@us.ibm.com>

	PR testsuite/36087
	gcc.dg/var-expand3.c: Fix name of dump file.

Index: gcc/testsuite/gcc.dg/var-expand3.c
===================================================================
--- gcc/testsuite/gcc.dg/var-expand3.c	(revision 139019)
+++ gcc/testsuite/gcc.dg/var-expand3.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-do run { target { powerpc*-*-* && vmx_hw } } }} */
-/* { dg-options "-O2 -funroll-loops -ffast-math -fvariable-expansion-in-unroller -maltivec -fdump-rtl-loop2" } */
+/* { dg-options "-O2 -funroll-loops -ffast-math -fvariable-expansion-in-unroller -maltivec -fdump-rtl-loop2_unroll" } */
 
 #include "altivec.h"
 extern void abort (void);



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