Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gfortran.dg/pr43229.f90 @ 145:1830386684a0
gcc-9.2.0
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 11:34:05 +0900 |
parents | 04ced10e8804 |
children |
line wrap: on
line source
! 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