Commit 367ab823 by Uros Bizjak

alias-30.c (dg-options): Dump only fre1 details.

	* 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
parent 036165d8
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> 2014-04-25 Cary Coutant <ccoutant@google.com>
PR debug/60929 PR debug/60929
...@@ -2031,8 +2037,7 @@ ...@@ -2031,8 +2037,7 @@
2014-02-19 Paul Pluzhnikov <ppluzhnikov@google.com> 2014-02-19 Paul Pluzhnikov <ppluzhnikov@google.com>
* gcc.dg/vect/no-vfa-vect-depend-2.c (main1): Fix buffer * gcc.dg/vect/no-vfa-vect-depend-2.c (main1): Fix buffer overflow.
overflow.
2014-02-19 Jakub Jelinek <jakub@redhat.com> 2014-02-19 Jakub Jelinek <jakub@redhat.com>
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O3 -fdump-ipa-devirt -fdump-tree-optimized" } */ /* { dg-options "-O3 -fdump-tree-optimized" } */
struct A struct A
{ {
int a; int a;
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O -fdump-tree-fre-details" } */ /* { dg-options "-O -fdump-tree-fre1-details" } */
extern int posix_memalign(void **memptr, extern int posix_memalign(void **memptr,
__SIZE_TYPE__ alignment, __SIZE_TYPE__ size); __SIZE_TYPE__ alignment, __SIZE_TYPE__ size);
......
...@@ -10,3 +10,5 @@ void foo(char *in, char *out, int num) ...@@ -10,3 +10,5 @@ void foo(char *in, char *out, int num)
out[i] = (ovec[i] = in[i]); out[i] = (ovec[i] = in[i]);
out[num] = ovec[num/2]; out[num] = ovec[num/2];
} }
/* { dg-final { cleanup-tree-dump "vect" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment