]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/36087 (test failures between revs. 134696 and 134717)
authorJanis Johnson <janis187@us.ibm.com>
Tue, 12 Aug 2008 21:18:54 +0000 (21:18 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 12 Aug 2008 21:18:54 +0000 (21:18 +0000)
PR testsuite/36087
* gcc.dg/var-expand3.c: Fix name of dump file.

From-SVN: r139037

gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/var-expand3.c

index 051f6d1ff053ad8a2f98a8740e547f68d90bbe3e..906c6a6dbc333e03fb18f8194d8c625aa5f3ec56 100644 (file)
@@ -5842,7 +5842,8 @@ With this flag, the program debug info reflects a new structure layout.
 
 @item -fipa-pta
 @opindex fipa-pta
-Perform interprocedural pointer analysis.
+Perform interprocedural pointer analysis.  This option is experimental
+and does not affect generated code.
 
 @item -fipa-cp
 @opindex fipa-cp
index 21b50de848354f21bc9223598b86bf45773a4610..7c0b910643a7bc76ad675faf836ea0dc5880fa22 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-12  Janis Johnson  <janis187@us.ibm.com>
+
+       PR testsuite/36087
+       * gcc.dg/var-expand3.c: Fix name of dump file.
+
 2008-08-12  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * g++.old-deja/g++.other/decl5.C: Expand new expected errors.
index 7930ad94dec17b2c2b59cd2ad086cccbbc8297a9..a9d0fe917b83570e16daf1e979fae4fe8368b51b 100644 (file)
@@ -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);