This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/625] lconv::frac_digits != CHAR_MAX in "C" locale


------- Additional Comments From sebor at roguewave dot com  2004-12-29 18:46 -------
(In reply to comment #1)

But isn't __CHAR_UNSIGNED__ the default? I could understamd frac_digits being
UCHAR_MAX even if I used -fsigned-char (i.e., if I overrode the default) but not
the other way around. It seems that glibc must have been built with
-fsigned-char on this platform. If that's the case, wouldn't building it with
-funsigned-char (or without any such flag) be the way to fix this?

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=625

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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