re PR tree-optimization/34223 (missed optimization - complete unrolling pass before the vectorizer)

2008-04-28  Richard Guenther  <rguenther@suse.de>

        PR testsuite/34223
        * gcc.dg/vect/vect-118.c: Rename to ...
        * gcc.dg/vect/O3-vect-pr34223.c: ... this.

From-SVN: r134747
This commit is contained in:
Richard Guenther 2008-04-28 09:22:28 +00:00 committed by Richard Biener
parent 82893cba4b
commit 0e8d83837e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-04-28 Richard Guenther <rguenther@suse.de>
PR testsuite/34223
* gcc.dg/vect/vect-118.c: Rename to ...
* gcc.dg/vect/O3-vect-pr34223.c: ... this.
2008-04-28 Richard Guenther <rguenther@suse.de>
PR tree-optimization/36066

View file

@ -1,5 +1,4 @@
/* { dg-require-effective-target vect_int } */
/* { dg-options "-O3 -fdump-tree-vect-details" } */
#include "tree-vect.h"