This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: treelang fix for .info build, and add flag needed by c-common.c
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- To: Tim Josling <tej at melbpc dot org dot au>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 19 May 2002 00:40:15 +0100
- Subject: Re: treelang fix for .info build, and add flag needed by c-common.c
- References: <3CE6E29E.407C739E@melbpc.org.au>
Tim Josling wrote:-
> The info build error was pointed out by Magnus Fromreide. He supplied a patch but I made my own.
>
> c-common.c needs warn_format_zero_length so I addeed that to treetree.c
Is it not better to remove your dependency on c-common.c? As we share
more and more in the C front ends you're only going to be defining ever
more abort functions.
Neil.