This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/48382] ctype_noninline.h should not be installed
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 31 Mar 2011 12:01:42 +0000
- Subject: [Bug libstdc++/48382] ctype_noninline.h should not be installed
- Auto-submitted: auto-generated
- References: <bug-48382-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48382
--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-03-31 12:01:36 UTC ---
It looks like the issue boils down to implementing the existing XXX comment in
ctype.cc, seems doable:
// XXX At some point, just rename this file to ctype_configure_char.cc
// and compile it as a separate file instead of including it here.
// Platform-specific initialization code for ctype tables.
#include <bits/ctype_noninline.h>