nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / default_format_denormal_2.f90
blobe9ccf5e8f61dae346c01f620443bc1724db1e8f3
1 ! { dg-do run { xfail powerpc*-*-* } }
2 ! { dg-require-effective-target fortran_large_real }
3 ! Test XFAILed on this platform because the system's printf() lacks
4 ! proper support for denormalized long doubles. See PR24685
6 ! This tests that the default formats for formatted I/O of reals are
7 ! wide enough and have enough precision, by checking that values can
8 ! be written and read back.
10 ! { dg-add-options ieee }
12 include "default_format_2.inc"
14 program main
15 use test_default_format
17 if (test (tiny(0.0_kl), -1) /= 0) STOP 1
18 if (test (-tiny(0.0_kl), 1) /= 0) STOP 2
19 end program main