From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29225 invoked by alias); 26 Feb 2007 09:37:01 -0000 Received: (qmail 29188 invoked by alias); 26 Feb 2007 09:36:51 -0000 Date: Mon, 26 Feb 2007 09:37:00 -0000 Message-ID: <20070226093651.29187.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/28080] header dependencies In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-02/txt/msg02860.txt.bz2 ------- Comment #16 from paolo at gcc dot gnu dot org 2007-02-26 09:36 ------- Subject: Bug 28080 Author: paolo Date: Mon Feb 26 09:36:39 2007 New Revision: 122329 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122329 Log: 2007-02-26 Paolo Carlini PR libstdc++/28080 (partial) * include/std/bitset: Do not include and , is enough. * include/std/iomanip: Do not include the whole , is enough; do not include ; reformat. * include/std/functional: Do not include . * include/std/list: Do not include . * include/std/numeric: Do not include the whole and . * include/std/valarray: Do not include . * include/bits/stl_numeric.h: Include . * src/iostream-inst.cc: Include . * include/ext/functional: Include . * testsuite/util/testsuite_hooks.h: Do not include , is enough; qualify tm. * testsuite/util/testsuite_hooks.cc: Qualify tm. 2007-02-26 Paolo Carlini * include/bits/locale_facets.h (class ctype_byname, class ctype_byname): Declare. * src/ctype.cc (ctype_byname::ctype_byname(const char*, size_t), ctype_byname::~ctype_byname): Define. * config/locale/generic/ctype_members.cc (ctype_byname:: ctype_byname(const char*, size_t), ctype_byname::~ctype_byname): Likewise. * config/locale/gnu/ctype_members.cc (ctype_byname:: ctype_byname(const char*, size_t), ctype_byname::~ctype_byname): Likewise. * config/locale/darwin/ctype_members.cc (ctype_byname:: ctype_byname(const char*, size_t), ctype_byname::~ctype_byname): Likewise. * testsuite/22_locale/headers/locale/synopsis.cc: Remove xfail. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/config/locale/darwin/ctype_members.cc trunk/libstdc++-v3/config/locale/generic/ctype_members.cc trunk/libstdc++-v3/config/locale/gnu/ctype_members.cc trunk/libstdc++-v3/include/bits/locale_facets.h trunk/libstdc++-v3/include/bits/stl_numeric.h trunk/libstdc++-v3/include/ext/functional trunk/libstdc++-v3/include/std/bitset trunk/libstdc++-v3/include/std/functional trunk/libstdc++-v3/include/std/iomanip trunk/libstdc++-v3/include/std/list trunk/libstdc++-v3/include/std/numeric trunk/libstdc++-v3/include/std/valarray trunk/libstdc++-v3/src/ctype.cc trunk/libstdc++-v3/src/iostream-inst.cc trunk/libstdc++-v3/testsuite/22_locale/headers/locale/synopsis.cc trunk/libstdc++-v3/testsuite/util/testsuite_hooks.cc trunk/libstdc++-v3/testsuite/util/testsuite_hooks.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28080