* gcc.dg/vect/O3-vect-pr61917.c: ... this.
(dg-additional-options): Remove dg directive.
(dg-final): Add dg directive.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221027
138bc75d-0d04-0410-961f-
82ee72b054a4
+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;
d = a - d;
return d;
}
+
+/* { dg-final { cleanup-tree-dump "vect" } } */