This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/44660] [regression 4.4/4.5/4.6] ICE in resolve_equivalence()



------- Comment #6 from sebpop at gmail dot com  2010-06-25 06:07 -------
Subject: Re:  [regression 4.4/4.5/4.6] ICE in 
        resolve_equivalence()

These previous patches don't seem to solve the problem:
here is another reduced case that still fails in resolve_equivalence
at a different place than before.

$ cat bug.f
         CALL TRFWTM(JKT,XX,NX,Y,NIX,NORB2,1,TOL)
         IF(DBUG.AND.NX.GT.0) THEN
      EQUIVALENCE (DBUGME, DBUGME_STR)
      END IF
      END


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]