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
Add PR marker to PR id in ChangeLog.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr40999.f
blob
b6fa85ad5b188f62e08927590d2360fcbfcf78d3
1
! {
dg
-
do
compile
}
2
! {
dg
-
options
"-O3 -fwhole-file"
}
3
4
SUBROUTINE
ZLARFG
(
ALPHA
)
5
COMPLEX*16 ZLADIV
6
ALPHA
=
ZLADIV
(
DCMPLX
(
1.0
D
+
0
) )
7
END
8
COMPLEX*16
FUNCTION
ZLADIV
(
X
)
9
COMPLEX*16 X
10
CALL
DLADIV
(
DBLE
(
X
),
DIMAG
(
X
) )
11
END
12