------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-08 
18:02 -------
Subject: Bug 17922

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-3_4-branch
Changes by:     [EMAIL PROTECTED]       2004-11-08 18:02:04

Modified files:
        libstdc++-v3   : ChangeLog 
        libstdc++-v3/config/io: c_io_stdio.h 
        libstdc++-v3/include/bits: ios_base.h 
        libstdc++-v3/src: ios.cc 
        libstdc++-v3/testsuite: testsuite_hooks.h 
        libstdc++-v3/testsuite/27_io/ios_base/cons: assign_neg.cc 
                                                    copy_neg.cc 
Added files:
        libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags: 
                                                              
bitmask_operators.cc 
                                                              case_label.cc 
        libstdc++-v3/testsuite/27_io/ios_base/types/iostate: 
                                                             
bitmask_operators.cc 
                                                             case_label.cc 
        libstdc++-v3/testsuite/27_io/ios_base/types/openmode: 
                                                              
bitmask_operators.cc 
                                                              case_label.cc 
        libstdc++-v3/testsuite/27_io/ios_base/types/seekdir: 
                                                             case_label.cc 

Log message:
        2004-11-08  Benjamin Kosnik  <[EMAIL PROTECTED]>
        
        PR libstdc++/17922
        * include/bits/ios_base.h : Add enum values.
        * testsuite/testsuite_hooks.h (bitmask_operators): Add function.
        * testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc: New.
        * testsuite/27_io/ios_base/types/fmtflags/case_label.cc: New.
        * testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc: New.
        * testsuite/27_io/ios_base/types/iostate/case_label.cc: New.
        * testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc: New.
        * testsuite/27_io/ios_base/types/openmode/case_label.cc: New.
        * testsuite/27_io/ios_base/types/seekdir/case_label.cc: New.
        
        * config/io/c_io_stdio.h (__ios_flags): Mark deprecated.
        * src/ios.cc: Same.
        
        * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers.
        * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.196&r2=1.2224.2.197
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/c_io_stdio.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.7&r2=1.7.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/ios_base.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.37.4.2&r2=1.37.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/ios.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.52.4.4&r2=1.52.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_hooks.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.25.4.4&r2=1.25.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.8.4.1&r2=1.8.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.8.4.1&r2=1.8.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/case_label.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/case_label.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/case_label.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/case_label.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.4.1



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17922

Reply via email to