diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-07-06 19:11:05 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-07-07 10:29:37 +0100 |
commit | c1b1c4e58bda152ae932b45396ab67b07dd8c3fe (patch) | |
tree | a3d56706dbb1a545b3e155e75b944d1a403ea3d6 /libcpp/include | |
parent | 1e1fdb729d99647bb90d8a18afa1a5fc3c2d3a22 (diff) | |
download | gcc-c1b1c4e58bda152ae932b45396ab67b07dd8c3fe.zip gcc-c1b1c4e58bda152ae932b45396ab67b07dd8c3fe.tar.gz gcc-c1b1c4e58bda152ae932b45396ab67b07dd8c3fe.tar.bz2 |
testsuite: Fix incorrect -mfloat128-type option
This test currently fails with an error about -mfloat128-type being an
invalid option, which is not what it's supposed to be testing:
XFAIL: gcc.target/powerpc/ppc-fortran/pr80108-1.f90 -O (test for excess errors)
Excess errors:
xgcc: error: unrecognized command-line option '-mfloat128-type'; did you mean '-mfloat128'?
With this change we get the error that the comment says it expects:
XFAIL: gcc.target/powerpc/ppc-fortran/pr80108-1.f90 -O (test for excess errors)
Excess errors:
f951: Error: power9 target option is incompatible with '-mcpu=<xxx>' for <xxx> less than power9
f951: Error: '-mfloat128' requires VSX support
f951: Error: '-m64' requires a PowerPC64 cpu
gcc/testsuite/ChangeLog:
* gcc.target/powerpc/ppc-fortran/pr80108-1.f90: Change
-mfloat128-type to -mfloat128.
Diffstat (limited to 'libcpp/include')
0 files changed, 0 insertions, 0 deletions