From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel Dos Reis To: "John David Anglin" Cc: bkoz@redhat.com (Benjamin Kosnik), gcc-patches@gcc.gnu.org Subject: Re: [v3] build failure from automated checker..... Date: Sat, 09 Jun 2001 16:57:00 -0000 Message-id: References: <200106091855.OAA04955@hiauly1.hia.nrc.ca> X-SW-Source: 2001-06/msg00573.html "John David Anglin" writes: | > > extern "C" { | > > ... | | Missed | | # ifdef __cplusplus | } | > > inline double pow(double __d,int __expon) { | > > return pow(__d,(double)__expon); | > > } | extern "C" { | #else | ... | > | > I don't think the above is in C99 | | HPUX 10.20 is definitely not C99 conformant. Should the above inline | be removed with fixincl or can you do something with the v3 configuration? I would prefer the above be removed. Thanks, -- Gaby