2 ! { dg-require-effective-target fortran_real_10 }
3 ! { dg-require-effective-target fortran_real_16 }
4 ! { dg-options "-Wall" }
5 ! Code contributed by Manfred Schwarb <manfred99 at gmx dot ch>
8 ! Prior to applying the patch for this PR, the following code
9 ! would generate numerous conversion warnings.
20 PARAMETER(a
=3.1415927_4
)
21 PARAMETER(b
=3.1415927_8
)
22 PARAMETER(c
=3.1415927_10
)
23 PARAMETER(d
=3.1415927_16
)
41 !---DEC specific type conversions (-fdec):
102 !---LONG support got removed: