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

Re: sparc-sun-solaris2.8 bootstrap failure


Hi Rainer,

> I've just identified the culprit patch:
> 
> 	http://gcc.gnu.org/ml/gcc-patches/2003-07/msg01302.html
> 
> 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
> 	to (eq (and X 1) 0).
> 
> I causes the stage2 cc1 to be miscompiled.

Sorry about this breakage.  Do you happen to know which source file is
miscompiled?  I have a remote access to sparc-sun-solaris2.8.  If I
can't come up with a fix quickly enough, say in a day or two, I'll
revert the patch.  Is this OK with you?

Kazu Hirata


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