aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/warn_conversion_9.f90
blob: 794eeef99b68c8dccc69ff29f4d881f283cd38cb (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! { dg-options "-Wconversion" }
! PR 78221 - used to give a spurious warning
complex, parameter :: i = (0.,1.)
complex :: t
t = (i)
end