re PR fortran/82143 (add a -fdefault-real-16 flag)
authorJanus Weil <janus@gcc.gnu.org>
Tue, 26 Sep 2017 20:28:00 +0000 (22:28 +0200)
committerJanus Weil <janus@gcc.gnu.org>
Tue, 26 Sep 2017 20:28:00 +0000 (22:28 +0200)
commit63b62fa05bde3d79396c2b2a3afe483621e84cfc
tree238d812153fa167503db41049576d7e190bd4d9c
parent57e6b981a37579907ae8a63aef3a78fa76cadfb8
re PR fortran/82143 (add a -fdefault-real-16 flag)

2017-09-26  Janus Weil  <janus@gcc.gnu.org>

PR fortran/82143
PR fortran/82324
* doc/sourcebuild.texi: Document fortran_real_10 and fortran_real_16.

2017-09-26  Janus Weil  <janus@gcc.gnu.org>

PR fortran/82143
PR fortran/82324
* lib/target-supports.exp (check_effective_target_fortran_real_10): New.
* gfortran.dg/promotion_3.f90: Only run if real(16) is available.
* gfortran.dg/promotion_4.f90: Only run if real(10) is available.
Don't assume that DOUBLE PRECISION has kind=16.

From-SVN: r253214
gcc/ChangeLog
gcc/doc/sourcebuild.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/promotion_3.f90
gcc/testsuite/gfortran.dg/promotion_4.f90
gcc/testsuite/lib/target-supports.exp