This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: boostrap failure (20000612)


The problem appears to be the isw* macros in glibc's wctype.h are somewhat less
than optimal.  They test a wint_t value for greater than L'0'.  Since wint_t is
an unsigned type, it always is true and gcc generates warning which -Werror
makes into an error.  I'm not sure what the appropriate fix is here, does
anyone have any suggestions?
-- 
Steven King
sxking@uswest.net

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]