This is the mail archive of the gcc-patches@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: Patch to correct typo in i386.c



  In message <217F6DFA440ED111ACDA00A0C906B00629C0C7@arsenic.rcp.co.uk>you writ
e:
  > Hi
  > 
  > The test "scale !=1" in memory_address_info()
  > is comparing the "rtx" scale and not the
  > correct INTVAL(scale) against 1.
  > 
  > Here a patch against egcs-19990502 which corrects the test. 
  > 
  > It has been bootstrapped.
  > 
  > Graham
  > 
  > ChangeLog
  > 
  > 	* i386.c memory_address_info (): correct the scale
  > 	factor test.
Thanks.  I've fixed up the ChangeLog entry and installed your patch.  The
ChangeLog entry should look like:

        * i386.c (memory_address_info): Correct the scale
        factor test.

Note the placement of the parens and capitolization.

Also note that your mailer is wrapping lines which means I have to hand-edit
your patches before applying them.  

jeff


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