]> gcc.gnu.org Git - gcc.git/commit
testsuite: Fix excess errors for new modules testcases on powerpc [PR114320]
authorNathaniel Shead <nathanieloshead@gmail.com>
Fri, 15 Mar 2024 13:11:25 +0000 (00:11 +1100)
committerNathaniel Shead <nathanieloshead@gmail.com>
Mon, 18 Mar 2024 13:41:06 +0000 (00:41 +1100)
commit6cb5ef37c2fac240b68d8ee438aba4885956269f
treefcfca7c382ad3346547fa1c8340efbfdb4a6178f
parentdfc9d1cc8353bdd7fbc37bc10bb3fd40f49fa4af
testsuite: Fix excess errors for new modules testcases on powerpc [PR114320]

On some configurations, PowerPC emits -Wpsabi warnings when using IEEE
long doubles on a machine configured with IBM long double by default.
This patch suppresses these warnings for this testcase.

PR testsuite/114320

gcc/testsuite/ChangeLog:

* g++.dg/modules/target-powerpc-1_a.C: Suppress -Wpsabi.
* g++.dg/modules/target-powerpc-1_b.C: Likewise.

Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
gcc/testsuite/g++.dg/modules/target-powerpc-1_a.C
gcc/testsuite/g++.dg/modules/target-powerpc-1_b.C
This page took 0.057826 seconds and 5 git commands to generate.