Re: Ada is broken in a clean directory

2005-07-04 Thread Andrew Pinski
On Jun 30, 2005, at 4:25 PM, Paul Brook wrote: On Thursday 30 June 2005 04:24, Andrew Pinski wrote: Ada is now broken on the mainline by: 2005-06-28 Paul Brook <[EMAIL PROTECTED]> * Makefile.in: Set and use UNWIND_H. Install as unwind.h. * c-decl.c (finish_decl): Call defaul

Re: Ada is broken in a clean directory

2005-07-01 Thread Arnaud Charlet
> None of the machines I tried even get that far in an ada bootstrap. x86 has been reported to be buildable now. on x86-64, there are one or two pending patches (posted), but building at -O0 or disable -fwrapv should also work around the failures. > Probably something in the ada frontend is missi

Re: Ada is broken in a clean directory

2005-06-30 Thread Paul Brook
On Thursday 30 June 2005 04:24, Andrew Pinski wrote: > Ada is now broken on the mainline by: > 2005-06-28 Paul Brook <[EMAIL PROTECTED]> > * Makefile.in: Set and use UNWIND_H. Install as unwind.h. > * c-decl.c (finish_decl): Call default_init_unwind_resume_libfunc. > * except.c

Ada is broken in a clean directory

2005-06-29 Thread Andrew Pinski
Ada is now broken on the mainline by: 2005-06-28 Paul Brook <[EMAIL PROTECTED]> * Makefile.in: Set and use UNWIND_H. Install as unwind.h. * c-decl.c (finish_decl): Call default_init_unwind_resume_libfunc. * except.c (add_ehspec_entry): Generate arm eabi filter lists.