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
* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
warn_conversion_9.f90
blob
794eeef99b68c8dccc69ff29f4d881f283cd38cb
1
! { dg-do compile }
2
! { dg-options "-Wconversion" }
3
! PR 78221 - used to give a spurious warning
4
complex
,
parameter
::
i
= (
0
.,
1
.)
5
complex
::
t
6
t
= (
i
)
7
end