------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-16 20:18 ------- Subject: Bug 23871
CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-16 20:18:11 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/include/std: std_ostream.h libstdc++-v3/include/bits: ostream.tcc Added files: libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char: 7.cc 23871.cc libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t: 7.cc Log message: PR libstdc++/23871 Backport: 2005-07-11 Paolo Carlini <[EMAIL PROTECTED]> * include/std/std_ostream.h (operator<<(short), operator<<(int)): Adjust logic, as per the letter of the resolution of DR117 [WP]. * testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc: New. * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc: New. * include/bits/ostream.tcc (operator<<(long), operator<<(long long)): Adjust logic. * testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc: New. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.2917.2.82&r2=1.2917.2.83 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_ostream.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.16&r2=1.16.12.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/ostream.tcc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.54&r2=1.54.12.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.2.4.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.2.4.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23871