[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 20 12:16:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
      SUBROUTINE UMPSE(AIBJ,NOC,NDIM,NOCA,NVIRA,NOCCA,E2)
      DIMENSION AIBJ(NOC,NDIM,*)
      DO 20 MA=1,NVIRA
      DO 20 MI=1,NOCA
         DO 10 MB=1,MA
         MBI = MI+NOCA*(MB-1)
         DO 10 MJ=1,NOCCA
            DUM = AIBJ(MJ,MAI,MB)-AIBJ(MJ,MBI,MA)
            E2A = E2A-DUM
   10    CONTINUE
   20 CONTINUE
      E2  = E2+E2A
      END



More information about the Gcc-bugs mailing list