------- Comment #51 from ebotcazou at gcc dot gnu dot org 2005-12-04 21:01 ------- > But there is something I don't understand at all: after a recent patch from > Benjamin, eh_globals.cc now does include <bits/c++config.h> *first*! Therefore > the problem seems different. At the beginning of eh_globals.cc __cplusplus is > used but should not be seen different before/after the patch on Sol 8, always > == 1 !?!
Humpf... +#ifdef __cplusplus +# undef __cplusplus +#endif +#define __cpluplus 1 I'm going to fix the typo and retest. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773