repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix pr/45972
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr43229.f90
blob
361ea94559ec5c32756118f0c437bf3f22fd768b
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