This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] warning patrol episode II
- To: guerby at acm dot org
- Subject: Re: [Ada] warning patrol episode II
- From: Zack Weinberg <zack at codesourcery dot com>
- Date: Sun, 28 Oct 2001 13:19:56 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200110282042.f9SKgVh23463@ulmo.localdomain>
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