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: [Ada] warning patrol episode II


On Sun, Oct 28, 2001 at 09:42:31PM +0100, guerby@acm.org wrote:
> Warnings left for other people: 

Dunno about the others, but...

> - sysdep.c: uses #elif and -Wtraditional, I don't know wether it's better
> to remove -Wtraditional of to unglify to avoid #elif.

The Ada front end is built during stage1 of a bootstrap, and this may
happen with a K+R compiler, so you must avoid use of #elif.

zw


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