http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47045

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot       |redi at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-12-23 
10:01:13 UTC ---
Created attachment 22845
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22845
check version in config/os/bsd/netbsd/ctype_base.h

Does <sys/param.h> get included via <ctype.h> or do I need to include it
explicitly?  This patch includes it explicitly.

To test this you'll need to check out svn trunk (or download the gcc-core and
gcc-g++ tarballs from a recent snapshot) and apply this patch in the
libstdc++-v3 directory, then build the compiler.

Let me know if you need details of how to build the compiler if you don't have
the GMP, MPFR and MPC prerequisite libs installed

Reply via email to