This is the mail archive of the gcc@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]
Other format: [Raw text]

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


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