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] Fix GCSE and CSE with REG_EQUIV


The patch to cse.c mentioned in

	http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00279.html

which was committed to the trunk a few days ago, breaks
bootstrapping on PowerPC Darwin, with miscompiled code in stage2
genattrtab that causes a segfault.  (It's also been reported
as c/2639.)

I reverted the cse.c change in our internal repository, and it makes
things work again, but I did this through a process of elimination,
not by understanding the change.  The mail leading up to this seems
a bit confused, with several topics under discussion, so if I could
get a single justification for the validity of this patch, I would
be very grateful.

Stan


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