On Mon, Feb 29, 2016 at 05:01:52AM -0800, H.J. Lu wrote:
> On Mon, Feb 29, 2016 at 3:53 AM, Yuri Rumyantsev <[email protected]> wrote:
> > This test simply checks that ICE is not occurred but not any
> > vectorization issues.
>
> Can we remove
>
> /* { dg-options "-O2 -ffast-math -ftree-vectorize " } */
>
> then?
Well, I bet -ffast-math -ftree-vectorize are needed to reproduce the ICE
with broken compiler. But, e.g. -O0 -ftree-vectorize doesn't make much
sense to test.
So, either put it into gcc.dg/pr69652.c with the above mentioned options,
or into gcc.dg/vect/ with dg-additional-options "-ffast-math".
Jakub