PATCH: Fix Ada bootstrap on Tru64 UNIX

Rainer Orth ro@TechFak.Uni-Bielefeld.DE
Mon Sep 21 19:28:00 GMT 2009


Arnaud Charlet writes:

> > +/* Tru64 UNIX <stdlib.h> declares unsetenv() only iff _BSD.  */
>                                                 ^^^^^^^^
> replace comment by 'only if' or 'iff', since 'iff' means 'if and only if'
> 
> > +#if defined (__alpha__) && defined (__osf__)
> > +#define _BSD
> > +#endif
> 
> Patch is OK with the comment change, assuming testing passes.

I've now checked in both parts.  Mainline bootstrapped with the change as
of 20090915 (rev 151722), although testsuite results are terrible:

	http://gcc.gnu.org/ml/gcc-testresults/2009-09/msg01923.html

This isn't new, though, but happened already on 20090622 (rev 148784), as
reported in PR ada/40346.

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University



More information about the Gcc-patches mailing list