From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John David Anglin" To: zack@wolery.cumb.org (Zack Weinberg) Cc: gcc-patches@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: VAX Ultrix bootstrap failure with gcc-2.96 Date: Thu, 25 May 2000 20:05:00 -0000 Message-id: <200005260305.XAA11216@hiauly1.hia.nrc.ca> References: <20000525193543.W3314@wolery.cumb.org> X-SW-Source: 2000-05/msg01436.html > > 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. -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605) 2000-05025 J. David Anglin * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified. --- vax.h.orig Sun Feb 27 20:41:06 2000 +++ vax.h Thu May 25 22:54:07 2000 @@ -26,7 +26,7 @@ /* If using g-format floating point, alter math.h. */ -#define CPP_SPEC "%{mg:-DGFLOAT}" +#define CPP_SPEC "%{mg:-DGFLOAT -D__GFLOAT}" /* Choose proper libraries depending on float format. Note that there are no profiling libraries for g-format.