OSDN Git Service

* config/i386/i386.md (UNSPEC_VSIBADDR): New.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / pr43229.f90
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-*-* } } }
5
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