! { dg-do run }! { dg-options "-fdec" }!! Test case contributed by Mark Eggleston <mark.eggleston@codethink.com>!program convert
complex(4) :: a
complex(4) :: b
a =8HABCDABCD
b =transfer("ABCDABCD", b);! Hollerith constantsif(a.ne.8HABCDABCD)stop1if(a.eq.8HABCEABCE)stop2if(8HABCDABCD.ne.b)stop3if(8HABCEABCE.eq.b)stop4end program