[PATCH] VAX: Change '! foo' to '!foo'

John David Anglin dave@hiauly1.hia.nrc.ca
Wed Mar 15 17:12:00 GMT 2006


On Wed, Mar 15, 2006 at 05:54:27PM +0100, Jan-Benedict Glaw wrote:
> On Wed, 2006-03-15 17:26:58 +0100, Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> > this time (because the mail system Dave is connected to mangles inline
> > patches into a HTML email...)
> 
> Argh. this time I managed to fsck up the attachment.
> 
> > --- src-gcc-fresh/gcc/config/vax/vax.md	2005-12-14 08:24:19.000000000 +0100
> > +++ src-gcc-hacked/gcc/config/vax/vax.md	2006-03-15 16:41:41.000000000 +0100
> > @@ -817,7 +817,7 @@
> >    "(INTVAL (operands[2]) == 8 || INTVAL (operands[2]) == 16)
> >     && INTVAL (operands[3]) % INTVAL (operands[2]) == 0
> >     && (GET_CODE (operands[1]) == REG

            ^ ??? Thought we got rid of these.

> > -       || ! mode_dependent_address_p (XEXP (operands[1], 0)))"
> > +   || !mode_dependent_address_p (XEXP (operands[1], 0)))"

Doesn't look correct.  The original indentation was to the 'G'.

> >    "*
> >  {
> >    if (REG_P (operands[1]))
> 
> 
> This chunk has mangled leading whitespace. I'm sorry.

I've installed the first patch.  Could you check that this one
applies over the first?

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)



More information about the Gcc-patches mailing list