testsuite: Fix pr47614.f test
authorJakub Jelinek <jakub@redhat.com>
Tue, 4 Jan 2022 21:36:57 +0000 (22:36 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 11 Jan 2022 22:49:51 +0000 (23:49 +0100)
commite73549f41831a7ff5d8e5f26e6068b09f5dcab3b
tree89819d843c55ee360c3788104b5218a34fa72fd9
parent5db042b2b8484e28d1bf8726fa9ef69b8495ddac
testsuite: Fix pr47614.f test

This test FAILs because
f951: Error: '-mabi=ieeelongdouble' requires full ISA 2.06 support
compiler exited with status 1
FAIL: gfortran.dg/pr47614.f   -O0  (test for excess errors)
As powerpc64le* only supports -mcpu=power8 and newer, I think we shouldn't
be testing with that option.

2022-01-04  Jakub Jelinek  <jakub@redhat.com>

* gfortran.dg/pr47614.f: Don't use -mcpu=power4 for
powerpc64le*-*-linux*.
gcc/testsuite/gfortran.dg/pr47614.f