This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

libstdc++/6533: [3.1 regression] libstdc++ broken on unsigned char platforms



>Number:         6533
>Category:       libstdc++
>Synopsis:       [3.1 regression] libstdc++ broken on unsigned char platforms
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 01 11:26:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Franz.Sirl-kernel@lauterbach.com
>Release:        current 3.1 CVS
>Organization:
>Environment:
glibc-2.2.5
binutils-2.12.90.0.7
>Description:
Current CVS shows these regressions on powerpc-linux-gnu since sometime yesterday:

FAIL: 21_strings/inserters_extractors.cc execution test
FAIL: 26_numerics/complex_inserters_extractors.cc execution test
FAIL: 27_io/istream_extractor_arith.cc execution test
FAIL: 27_io/istream_sentry.cc execution test
FAIL: 27_io/istringstream_members.cc execution test
FAIL: 27_io/ostream_inserter_arith.cc execution test
FAIL: 27_io/stringstream_members.cc execution test

It is also reproducible on x86-linux-gnu if you bootstrap with:

	make bootstrap CFLAGS="-g -O2 -funsigned-char" CXXFLAGS="-g -O2 -funsigned-char" BOOT_CFLAGS="-g -O2 -funsigned-char"

On x86-linux-gnu one testcase only fails if you only run the libstdc++ testsuite with -funsigned-char

FAIL: 24_iterators/istreambuf_iterator.cc execution test

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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