This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How does one identify HP-UX with broken inline math funs?
- To: law at cygnus dot com
- Subject: Re: How does one identify HP-UX with broken inline math funs?
- From: Bruce Korb <bkorb at sco dot COM>
- Date: Wed, 10 May 2000 06:20:13 -0700
- CC: gcc at gcc dot gnu dot org
- Organization: Santa Cruz Operations
- References: <593.957922245@upchuck>
Jeffrey A Law wrote:
> > How? Robert Lipe suggests:
> >
> > > $ uname -a
> > > HP-UX udihp B.10.10 B 9000/816 946328291 16-user license
> > >
> > > There are no copyright strings. Maybe '_INCLUDE_HPUX_SOURCE'
> > > is enough of a clue. Dunno.
> >
> > Comments?
> If I remember correctly, it is a problem with C++. Even HP recognizes that
> their definitions of those inline fucntions are bogons -- in more recent
> versions of hpux the inlines are disabled.
>
> If a port is dying because those inlines are removed, then there's something
> else more fundamentally wrong with that port as those inlines are broken.
>
> Unfortunately, I can't find the discussion behind that code anymore (it was
> circa 1992 after all!)
Well, OK. You're excused ;-)
I guess what I was really trying to ask was, "what is the
config.guess triplet associated with the brokenness?"
Presumably, this would include some version cut off whereafter
even HP-UX would not have this fix applied. This way, we can
retire the hack in a decade or two :-)