This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: HPUX 11 "size_t" fixinc problems
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: bkorb at veritas dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 3 Dec 2001 16:57:24 -0800 (PST)
- Subject: Re: HPUX 11 "size_t" fixinc problems
I wonder if it would be a good idea to also add "STMP_FIXPROTO=" to t-pa
and t-pa64 on the mainline. At least on HP-UX 11.* I have found no
need to run fixproto as all the headers have the proper prototypes but
fixproto still does some unneccessary fixes when it finds functions with
wrong/obsolete prototypes that are under ifdefs that ensure they will
never be seen by GCC anyway.
This is working fine for me on HP-UX 11.* systems and reduces the number
of headers that get modified, I have not tried it on 10.*.
Steve Ellcey
sje@cup.hp.com
> Therefore, it is my intention to remove all the empty replacement
> non-fixes and wait to see what problems arise. (I don't have
> enough of a variety of systems to do it any other way.) So, I
> have also posted this to the GCC list.
>
> SO EVERYONE BE ADVISED: I am removing the protection many headers
> used to have against mis-fixes from fixincludes. I will put them
> back only if the fixincl program cannot be fixed itself.
>
> Um, just to be clear: mainline only, not 3.0 branch.
>
> Cheers,
> Bruce