* fi.po: Update.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr43229.f90
blob361ea94559ec5c32756118f0c437bf3f22fd768b
1 ! PR debug/43229
2 ! { dg-do compile }
3 ! { dg-options "-g -O3 -ffast-math" }
4 ! { dg-options "-g -O3 -ffast-math -msse3" { target { i?86-*-* x86_64-*-* } } }
6 function foo (c, d)
7 real(8) :: c(6), d(6), foo
8 x = sum (c * d)
9 foo = exp (-x)
10 end function foo