This is the mail archive of the gcc@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: GCC CVS head Ada compile problem.


On Sat, 05 Jun 2004, 19:27:13 +0200, Richard Kenner wrote:
> Well, Ada hasn't yet been converted to use tree-ssa (that work is in
> progress), but getting the error you do when you do makes no sense to me,
> so I think something else is going on.

I think the reason is that "ada" has been taken out of BOOT_LANGUAGES
in gcc/Makefile.in. Earlier versions used to have "c" and "ada" as
the initializer, but today's version just contains

  BOOT_LANGUAGES = c @all_boot_languages@

HTH, cheers.

l8er
manfred


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