nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / boz_dble.f90
blobc15524398775f0710d1d5c35dd7f32760a9aea2f
1 ! { dg-do run }
2 program foo
3 double precision x
4 x = dble(z"400921FB54411744");
5 if (x /= 3.1415926535_8) stop 1
6 end