vect: Fix vect_reduction_def check for odd/even widen mult [PR116142]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr85852.c
blob39995bc3d189913e58be1e979d3bc62609e2e55c
1 /* { dg-do compile } */
2 /* { dg-additional-options "-fexceptions -fnon-call-exceptions" } */
3 /* { dg-additional-options "-fexceptions -fnon-call-exceptions -mfma" { target i?86-*-* x86_64-*-* } } */
5 void
6 ki (double nq)
8 double no = 1.1 * nq - nq;