https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98874

            Bug ID: 98874
           Summary: PowerPC test
                    gcc.target/powerpc/ppc-fortran/pr80108-1.f90 uses
                    wrong dg-options
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: meissner at gcc dot gnu.org
  Target Milestone: ---

In looking at PR target/98870, I noticed that there is a failure of another
module (gcc.target/powerpc/ppc-fortran/pr80108-1.f90) because it uses obsolete
options:

Executing on host: /home3/meissner/fsf-build-ppc64le/work034-if/gcc/xgcc
-B/home3/meissner/fsf-build-ppc64le/work034-if/gcc/
/home/meissner/fsf-src/work034/gcc/testsuite/gcc.target/powerpc/ppc-fortran/pr80108-1.f90
   -fdiagnostics-plain-output    -O  -mdejagnu-cpu=405 -mpower9-minmax
-mfloat128-type -S -o pr80108-1.s    (timeout = 300)
spawn -ignore SIGHUP /home3/meissner/fsf-build-ppc64le/work034-if/gcc/xgcc
-B/home3/meissner/fsf-build-ppc64le/work034-if/gcc/
/home/meissner/fsf-src/work034/gcc/testsuite/gcc.target/powerpc/ppc-fortran/pr80108-1.f90
-fdiagnostics-plain-output -O -mdejagnu-cpu=405 -mpower9-minmax -mfloat128-type
-S -o pr80108-1.s
xgcc: error: unrecognized command-line option '-mfloat128-type'; did you mean
'-mfloat128'?
compiler exited with status 1
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'?

Reply via email to