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]

Re: target/5126: m68k pic optimisation bug


Synopsis: m68k pic optimisation bug

Responsible-Changed-From-To: unassigned->rth
Responsible-Changed-By: rth
Responsible-Changed-When: Fri Mar 29 17:48:53 2002
Responsible-Changed-Why:
    .
State-Changed-From-To: open->feedback
State-Changed-By: rth
State-Changed-When: Fri Mar 29 17:48:53 2002
State-Changed-Why:
    I remember this going around sometime last year.  AFAICT, the
    fix for this was
    
      if (flag_pic && current_function_uses_pic_offset_table)
        {
          mask |= 1 << (15 - PIC_OFFSET_TABLE_REGNUM);
          num_saved_regs++;
        }
    
    in the prologue and epilogue expanders.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5126


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