Commit 84d60eea by Michael Matz Committed by Michael Matz

re PR middle-end/40830 (gcc.dg/vect/vect-pre-interact.c doesn't work on Linux/ia32)

        PR middle-end/40830
        * gcc.dg/vect/vect-pre-interact.c: Require vect_float, and
        don't set options ourself.

From-SVN: r149999
parent daf1735f
2009-07-23 Michael Matz <matz@suse.de>
PR middle-end/40830
* gcc.dg/vect/vect-pre-interact.c: Require vect_float, and
don't set options ourself.
2009-07-23 Simon Baldwin <simonb@google.com> 2009-07-23 Simon Baldwin <simonb@google.com>
* gcc.misc-tests/linkage.exp: Added -m64 to x86_64 linux target * gcc.misc-tests/linkage.exp: Added -m64 to x86_64 linux target
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target vect_int } */ /* { dg-require-effective-target vect_float } */
/* { dg-options "-O3 -ftree-pre -fdump-tree-vect-details" } */
/* This checks that PRE doesn't create situations that prevent vectorization. /* This checks that PRE doesn't create situations that prevent vectorization.
I.e. PR39300, PR35229. */ I.e. PR39300, PR35229. */
......
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