blob: cb3dcec5e27c17b614ff6c808d5dfd9affbe648f (
plain)
1
2
3
4
5
6
|
! { dg-do compile }
real x
double precision dx
data x/x'2ffde'/ ! { dg-warning "Hexadecimal constant | used to initialize non-integer" }
dx = x ! { dg-bogus "exadecimal constant" "Hex constant where there is none" }
end
|