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
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
initialization_5.f90
blob
b5cfe0f0e6b67eba125619a87be47192cf1a1d3c
1
! initialization expression, now allowed in Fortran 2003
2
! PR fortran/29962
3
! { dg-do run }
4
! { dg-options "-std=f2003 -fall-intrinsics" }
5
real
,
parameter
::
three
=
27.0
**(
1.0
/
3.0
)
6
if
(
abs
(
three
-
3.0
)>
epsilon
(
three
))
call
abort
()
7
end