diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/no-trapping-math-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/no-trapping-math-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/no-trapping-math-2.c b/gcc/testsuite/gcc.dg/vect/no-trapping-math-2.c index b4e324961de..cc3142efd68 100644 --- a/gcc/testsuite/gcc.dg/vect/no-trapping-math-2.c +++ b/gcc/testsuite/gcc.dg/vect/no-trapping-math-2.c @@ -6,7 +6,7 @@ #define N 16 -int +__attribute__ ((noinline)) int main1 (void) { int i; |