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]

Re: Internal compiler error in gcc-2.95 19990623 on PowerPC



  In message <9907021433.AA44360@marc.watson.ibm.com>you write:
  > 	This, however, leads me back to the question of why auto-increment
  > generally is not offsettable.
Because most systems do not have an addressing mode which allows for both
an autoincrement and an unrelated offset/index register.  ie:

(plus (autoinc (reg) (offset)

Where offset could be any constant value or another register.

jeff


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