re PR tree-optimization/46077 (ICE in tree vectorization when compiling towns_audio...
[gcc.git] / gcc / testsuite / gcc.dg / vect / fast-math-vect-pr29925.c
index caa6a3ca67d2e45f11135437621cb445d01e15f0..be2f1a913a1fe364651e376fb0be6d4cdf6484d1 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdlib.h>
 #include "tree-vect.h"
 
+__attribute__ ((noinline))
 void interp_pitch(float *exc, float *interp, int pitch, int len)
 {
    int i,k;