This is the mail archive of the gcc@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]

Re: 19990223 trunk build runs around in circles in insn_first_p in rtlanal.c compiling 1500+ line Fortran source :-)


> 2210    insn_first_p (insn, reference)
> 2211         rtx insn, reference;
> 2212    {
> 2213      rtx p, q;
> 2214    
> 2215      for (p = insn, q = reference; ; p = NEXT_INSN (p), q =
> NEXT_INSN (q))
> 2216        {
> 2217          /* Start with test for not first so that INSN == REFERENCE
> yields not
> 2218             first.  */
> 2219          if (q == insn || ! p)


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