http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773
--- Comment #96 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-08-01 12:31:54 UTC --- > --- Comment #90 from Marc Glisse <marc.glisse at normalesup dot org> > 2011-07-30 20:19:42 UTC --- > How does one go about reporting a bug in solaris? In Solaris 11, with Not anymore since Oracle in their infinite wisdom made bugs.opensolaris.org `temporarily unavailable', which so far has lasted for several months. In general, you need to have a support contract. I do have good connections to Solaris engineering, though. > -std=c++** (as opposed to gnu++**), __cplusplus=199711L and without -m64 or > -pthreads, iso/stdio_iso.h doesn't declare getc but uses it in the definition > of getchar. I could trace this to g++ defining __STRICT_ANSI__ for -std=c++98/c++0x. <sys/feature_tests.h> defines _STRICT_STDC in this case, which hides the !_REENTRANT && !_LP64 && !_STRICT_STDC getc definition in <iso/stdio_iso.h>. Rainer