This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: basic_istream error building SPEC eon on AIX
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: Benjamin Kosnik <bkoz at redhat dot com>, libstdc++ at gcc dot gnu dot org
- Date: 12 Aug 2003 00:16:26 +0200
- Subject: Re: basic_istream error building SPEC eon on AIX
- Organization: Integrable Solutions
- References: <200308111955.PAA25512@makai.watson.ibm.com>
David Edelsohn <dje@watson.ibm.com> writes:
| Ben> use istream::get(char), not non-existent istream::get(unsigned char)
|
| I tried -fsigned-char (AIX defaults to unsigned), but that did not
"char", "signed char" and "unsigned char" are distinct types no matter
the signness of char.
-- Gaby