nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr16433.f
blob925eb52ca936fbb11b56490d701555d4c10977ad
1 ! { dg-do compile }
2 real x
3 double precision dx
4 data x/x'2ffde'/ ! { dg-error "Hexadecimal constant" }
5 dx = x
6 end