testsuite: Require 128 bit long double for ibmlongdouble.
commit87646d160fa1a1d965610c2f0b17b53a465a45b2
authorDavid Edelsohn <dje.gcc@gmail.com>
Sat, 15 Jul 2023 22:44:25 +0000 (15 18:44 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sat, 15 Jul 2023 22:49:33 +0000 (15 18:49 -0400)
treee4db64e05294efbd85780361f7113d95ac05052e
parent05a1156d03f5c9a2a7d646340e82f82c51cbe0b0
testsuite: Require 128 bit long double for ibmlongdouble.

pr103628.f90 adds the -mabi=ibmlongdouble option, but AIX defaults
to 64 bit long double. This patch adds -mlong-double-128 to ensure
that the testcase is compiled with 128 bit long double.

gcc/testsuite/ChangeLog:
* gfortran.dg/pr103628.f90: Add -mlong-double-128 option.

Signed-off-by: David Edelsohn <dje.gcc@gmail.com>
gcc/testsuite/gfortran.dg/pr103628.f90