From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14359 invoked by alias); 21 Feb 2005 16:58:46 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14303 invoked by alias); 21 Feb 2005 16:58:41 -0000 Date: Mon, 21 Feb 2005 22:19:00 -0000 Message-ID: <20050221165841.14302.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041010135516.17922.jm@bourguet.org> References: <20041010135516.17922.jm@bourguet.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/17922] [3.3/3.4 regression] Spurious warnings about std::ios_base::seekdir X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg02498.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-21 16:58 ------- Subject: Bug 17922 CVSROOT: /cvs/gcc Module name: gcc Branch: libstdcxx_so_7-branch Changes by: paolo@gcc.gnu.org 2005-02-21 16:58:28 Modified files: libstdc++-v3 : ChangeLog.libstdcxx_so_7-branch libstdc++-v3/config/io: c_io_stdio.h libstdc++-v3/include/bits: ios_base.h libstdc++-v3/src: ios.cc libstdc++-v3/testsuite/27_io/ios_base/cons: assign_neg.cc copy_neg.cc libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags: case_label.cc libstdc++-v3/testsuite/27_io/ios_base/types/iostate: case_label.cc libstdc++-v3/testsuite/27_io/ios_base/types/openmode: case_label.cc libstdc++-v3/testsuite/27_io/ios_base/types/seekdir: case_label.cc Log message: 2005-02-21 Paolo Carlini PR libstdc++/17922 (ABI-unsafe half) * config/io/c_io_stdio.h (struct __ios_flags): Remove. * include/bits/ios_base.h (enum _Ios_Fmtflags, enum _Ios_Openmode, enum _Ios_Iostate, enum _Ios_Seekdir): Remove *_end enumerators. (class ios_base): Adjust fmtflags, iostate, openmore, seekdir static constants. * src/ios.cc: Remove definitions of __ios_flags constants. * testsuite/27_io/ios_base/types/fmtflags/case_label.cc: Adjust, removing the dummy label. * testsuite/27_io/ios_base/types/iostate/case_label.cc: Likewise. * testsuite/27_io/ios_base/types/openmode/case_label.cc: Likewise. * testsuite/27_io/ios_base/types/seekdir/case_label.cc: Likewise. * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust dg-error line numbers. * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.36&r2=1.1.2.37 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/c_io_stdio.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.7.18.1&r2=1.7.18.2 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/ios_base.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.40.6.3&r2=1.40.6.4 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/ios.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.55.6.2&r2=1.55.6.3 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=libstdcxx_so_7-branch&r1=1.9.6.2&r2=1.9.6.3 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=libstdcxx_so_7-branch&r1=1.9.6.2&r2=1.9.6.3 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=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2 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=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2 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=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2 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=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17922