This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/47275] ofstream::put(255) results in bad stream when built with -fsigned-char on platforms that default to unsigned char
- From: "ceckak at frontier dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 13 Jan 2011 18:58:25 +0000
- Subject: [Bug libstdc++/47275] ofstream::put(255) results in bad stream when built with -fsigned-char on platforms that default to unsigned char
- Auto-submitted: auto-generated
- References: <bug-47275-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47275
--- Comment #6 from ceckak at frontier dot com 2011-01-13 18:58:15 UTC ---
Fair enough. Presumably it's just luck that this works on some toolchains
then? Off to slog through a legacy codebase and sprinkle "signed char"
throughout...