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: PATCH: Fix Ada bootstrap on Tru64 UNIX


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


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