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: fixinc regression for <math.h> with C++ on Solaris 9


On Mon, 19 Jan 2004, Bruce Korb wrote:
> Hmmm.  Odd, that.  The Sol 8 and 9 headers claim to be C++ aware
> (they use "__cplusplus"), yet they contain:
>
>   struct exception { ...
>
> outside of the protection against C++.  We need to back out that change
> and determine which headers (besides glibc) have the unprotected usage
> of struct exception.

Yes, I double checked, and it seems you are right.

Nathanael, can you please fix this regression by reverting your change?

(Or will you be able to have CVS access, Bruce?  If you have a patch, I
can easily apply that for you, by the way, if that's more convenient.)

Thanks,
Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/


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