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: [Ada] Trivial fix for warning in utils.c


<guerby@acm.org> writes:

D>> I think is is wrong it needs to be buildable with a K&R compiler.
>
> This does not apply to GNAT files since we already need GNAT + GCC
> installed to start with so we do have an ANSI compiler around :).

Of course, you could always bootstrap the C compiler first, and then
the Ada frontend, but I don't think it's correct to assume that the
preinstalled C compiler can deal with prototypes and new-style
function definitions.


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