]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
alias-30.c (dg-options): Dump only fre1 details.
authorUros Bizjak <uros@gcc.gnu.org>
Sat, 26 Apr 2014 14:31:29 +0000 (16:31 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 26 Apr 2014 14:31:29 +0000 (16:31 +0200)
* gcc.dg/tree-ssa/alias-30.c (dg-options): Dump only fre1 details.
* gcc.dg/vect/pr60505.c: Cleanup vect tree dump.
* g++.dg/ipa/devirt-27.C (dg-options): Remove -fdump-ipa-devirt.

From-SVN: r209823

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ipa/devirt-27.C
gcc/testsuite/gcc.dg/tree-ssa/alias-30.c
gcc/testsuite/gcc.dg/vect/pr60505.c

index 92a33c1102c79abde70b5a4170026d2c9502445c..4ed1b38c9ed6c7c6af5d353eaf51691141be0414 100644 (file)
@@ -1,3 +1,9 @@
+2014-04-26  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/tree-ssa/alias-30.c (dg-options): Dump only fre1 details.
+       * gcc.dg/vect/pr60505.c: Cleanup vect tree dump.
+       * g++.dg/ipa/devirt-27.C (dg-options): Remove -fdump-ipa-devirt.
+
 2014-04-25  Cary Coutant  <ccoutant@google.com>
 
         PR debug/60929
 
 2014-02-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
-       * gcc.dg/vect/no-vfa-vect-depend-2.c (main1): Fix buffer
-       overflow.
+       * gcc.dg/vect/no-vfa-vect-depend-2.c (main1): Fix buffer overflow.
 
 2014-02-19  Jakub Jelinek  <jakub@redhat.com>
 
index 1dcf76cc3c14a76a9c553a9a0885dd05dc532602..749f40af151dd987865ef905c3ab36838017fbef 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -fdump-ipa-devirt -fdump-tree-optimized"  } */
+/* { dg-options "-O3 -fdump-tree-optimized"  } */
 struct A
  {
    int a;
index addf1284057adb4d050761bd74e6a2535b3420da..7ef830d1937212d331e990db765b8182c4c26a18 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O -fdump-tree-fre-details" } */
+/* { dg-options "-O -fdump-tree-fre1-details" } */
 
 extern int posix_memalign(void **memptr,
                          __SIZE_TYPE__ alignment, __SIZE_TYPE__ size);
index 694051320ce6885985f5ba9865caef3a4c509850..70e2ec06fe58b718620d0ad80aa7b6ffacb7acf0 100644 (file)
@@ -10,3 +10,5 @@ void foo(char *in, char *out, int num)
     out[i] = (ovec[i] = in[i]);
   out[num] = ovec[num/2];
 }
+
+/* { dg-final { cleanup-tree-dump "vect" } } */