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: Bad jump threading change.


On Sat, Jan 05, 2002 at 12:09:11PM +0100, Jan Hubicka wrote:
> > 
> > Does it also fix mips? If mips is still broken and won't be fixed for
> > 3.1, I think that patch should be reverted.
> > 
> I've finally bootstrapped. There are misscomparisons now, but if I revert
> changes to 25th december and only install my cfgcleanup fixes it bootstraps
> for me fluently, so it is unrelated issue.

What did you mean by "25th december"? Did you mean if I do

# ./contrib/gcc_update -D "Dec 25 00:00 PST 2001"
# apply your fixes.

I can bootstrap on mips? What I got are

# ./contrib/gcc_update -D "Dec 17 09:00 PST 2001"

is ok.

# ./contrib/gcc_update -D "Dec 17 09:30 PST 2001"

is bad.

The only relevant change between them is your patch. You should do

# ./contrib/gcc_update -D "Dec 17 09:30 PST 2001"
# apply your fixes.

and make sure you can bootstrap on mips unless you believe your patch
exposes some latent bugs.


H.J.


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