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: [v3] build failure from automated checker.....


"John David Anglin" <dave@hiauly1.hia.nrc.ca> 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


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