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: Recent Ada ACATS regressions


The MIPS port requires Laurent's fix in PR8344.
Basically the file gcc/ada/final.c conflicts in the build with
the file gcc/final.c.  His fix was to renamed the one in the
ada directory to adafinal.c.
If anyone could at last approve this one (for 3.2 and HEAD) or clearly state what's wrong
with it (please no argument about rewriting the whole ada/Makefile thanks :),
that would be great. FYI here is the non blank / non comment
content of the ada/final.c file, in extenso:


void
__gnat_finalize ()
{
}



--
Laurent Guerby <guerby@acm.org>


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