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: Convert 3.2 sources to ISO C90


law@redhat.com wrote:
> 
>  In message <200206061627.g56GRgg20707@duracef.shout.net>, Michael Elizabeth
> Cha
> stain writes:
>  > On hpux 10.20 and later, hpux cc has an option "-Ae" to enable
>  > Ansi C, specifically including prototypes.
> More correctly -Ae enables "extended ANSI"; -Aa enables strict ANSI.
> 
> I've managed to get things to build with the unbundled compiler using -Ae and
> -Aa with various amounts of hackery.  The problem with them is they muck up
> the namespace pretty badly and suddenly functions and structures you expect
> to find in the include files aren't there anymore and some which you don't
> expect suddenly exist (leading to wonderful problems in some GNU code which
> at least used to blindly assume it should provide a typedef for uint32_t :(

Waitaminnit - you're saying you *can* build pure ISO code with the
bundled compiler, and the obstacles are either HP bugs (which you've
said they'll fix) or GCC bugs, which we can fix?

Stan


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