This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3] hpux header fallout
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: [v3] hpux header fallout
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 10 Jun 2001 03:07:24 +0200
- Cc: gcc-patches at gcc dot gnu dot org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <200106091812.f59ICG927375@fillmore.constant.com>
Benjamin Kosnik <bkoz@redhat.com> writes:
| This might fix the BSD 4.3 build failure as well. Loren can you check please?
| ! inline double
| ! pow(double __x, int __i)
| ! { return __pow_helper(__x, __i); }
Is this removal supposed to be a temporary work-around for -one-
plateform or for -all- plateforms?
-- Gaby