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]
Other format: [Raw text]

Re: treelang fix for .info build, and add flag needed by c-common.c


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.


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