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]
Other format: [Raw text]

Re: optimization/6822: GCC 3.1.1 - Internal compiler error in extract_insn, at recog.c:2132


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

Here is the updated patch...
 
2002-05-28  Glen Nakamura  <glen@imodulo.com>
 
	* fold-const.c (fold): Modify the transformation of a comparison
	against the highest or lowest integer value to adjust for the
	previous transformation which converts 'X >= CST to X > (CST - 1)'
	and 'X < CST to X <= (CST - 1)'.

Attachment: fold2.diff
Description: Text document


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