http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51773
vries at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |MOVED --- Comment #12 from vries at gcc dot gnu.org 2012-01-09 11:33:46 UTC --- (In reply to comment #10) > I'm testing a glibc patch that reenables gets for C++ <= C++11, disables > the static_assert define for C++ and disables the char16_t/char32_t > typedefs in uchar.h for C++11 (since they are keywords in C++11). 2012-01-06 Joseph Myers <jos...@codesourcery.com> [BZ #13566] * assert/assert.h (static_assert): Don't define for C++. * libio/stdio.h (gets): Do declare for C++ <= C++11. * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11. Given this checkin in glibc, marking this as resolved - moved.