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

            Bug ID: 82431
           Summary: [8 Regression] Rejects 416.gamess
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

416.gamess now fails to build with the following.  Is there a workaround
available to slilence the error?  SPEC is known to have many mismatching
sizes.

/space/rguenther/install-trunk/usr/local/bin/gfortran -c -o ecp.fppized.o   
-Ofast -march=native -floop-nest-optimize --param
graphite-allow-codegen-errors=1 --param graphite-max-nb-scop-params=0 --param
graphite-max-arrays-per-scop=0
-Wl,-rpath=/space/rguenther/install-trunk/usr/local/lib64       -DSPEC_CPU_LP64
 -ffixed-form       ecp.fppized.f
ecp.fppized.f:402:15:

       CALL ZFN(ZFNLM,NPNP-1,ZLM,LMF,LMX,LMY,LMZ)
               1
Error: Actual argument contains too few elements for dummy argument 'zfnlm'
(121/125) at (1)
ecp.fppized.f:544:18:

          CALL ZFN(ZFNLM,NPNP-1,ZLM,LMF,LMX,LMY,LMZ)
                  1
Error: Actual argument contains too few elements for dummy argument 'zfnlm'
(121/125) at (1)
ecp.fppized.f:739:24:

                CALL ZFN(ZFNLM,NPNP-1,ZLM,LMF,LMX,LMY,LMZ)
                        1
Error: Actual argument contains too few elements for dummy argument 'zfnlm'
(121/125) at (1)
ecp.fppized.f:994:18:

          CALL ZFN(ZFNLMC,NPCPL-1,ZLM,LMF,LMX,LMY,LMZ)
                  1
Error: Actual argument contains too few elements for dummy argument 'zfnlm'
(121/125) at (1)
ecp.fppized.f:998:18:

          CALL ZFN(ZFNLMB,NPBPL-1,ZLM,LMF,LMX,LMY,LMZ)
                  1
Error: Actual argument contains too few elements for dummy argument 'zfnlm'
(121/125) at (1)
specmake: *** [ecp.fppized.o] Error 1
specmake: *** Waiting for unfinished jobs....

Reply via email to