URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [pr43229.f90] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
! PR debug/43229
! { dg-do compile }
! { dg-options "-g -O3 -ffast-math" }
! { dg-options "-g -O3 -ffast-math -msse3" { target { i?86-*-* x86_64-*-* } } }
function foo (c, d)
real(8) :: c(6), d(6), foo
x = sum (c * d)
foo = exp (-x)
end function foo
Go to most recent revision | Compare with Previous | Blame | View Log