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: VAX Ultrix bootstrap failure with gcc-2.96


On Thu, May 25, 2000 at 11:05:14PM -0400, John David Anglin wrote:
> > > Another small related issue is that gcc should define __GFLOAT
> > > in addition to GFLOAT when the -mg option is used.  I have edited
> > > my specs file to do this.
> > 
> > Patch for config/vax/*.h, please?
> 
> See below.
...
> +#define	CPP_SPEC "%{mg:-DGFLOAT -D__GFLOAT}"

Thanks - I wasn't sure if this was the only place affected.  It needs
an additional test to get rid of -DGFLOAT in -ansi mode:

#define		CPP_SPEC "%{mg:%{!ansi:-DGFLOAT} -D__GFLOAT}"

I will apply your patch with this change.

zw

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