Commit 7064d91e by Uros Bizjak Committed by Uros Bizjak

vect-pr61917.c: Rename to ...

	* gcc.dg/vect/vect-pr61917.c: Rename to ...
	* gcc.dg/vect/O3-vect-pr61917.c: ... this.
	(dg-additional-options): Remove dg directive.
	(dg-final): Add dg directive.

From-SVN: r221027
parent dac2637b
2015-02-26 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/vect/vect-pr61917.c: Rename to ...
* gcc.dg/vect/O3-vect-pr61917.c: ... this.
(dg-additional-options): Remove dg directive.
(dg-final): Add dg directive.
2015-02-26 Marek Polacek <polacek@redhat.com>
PR ipa/65008
......
/* { dg-do compile } */
/* { dg-additional-options "-O3" } */
int a, b, c, d;
......@@ -11,3 +10,5 @@ fn1 ()
d = a - d;
return d;
}
/* { 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