This is the mail archive of the libstdc++-prs@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: libstdc++/49: Test suite does not use std:: everywhere it should


The following reply was made to PR libstdc++/49; it has been noted by GNATS.

From: Benjamin Kosnik <bkoz@cygnus.com>
To: anthony_w.geo@yahoo.com
Cc: libstdc++-gnats@sourceware.cygnus.com
Subject: Re: libstdc++/49: Test suite does not use std:: everywhere it should
Date: Wed, 29 Mar 2000 19:40:02 -0800 (PST)

 this was fixed shortly after the release.
 
 See this patch in the CVS repository:
 2000-03-27  Russell Davidson  <russell@ehess.cnrs-mrs.fr>
 
 	* testsuite/23_containers/multiset.cc (main): Clean up for namespaces.
 	* testsuite/22_locale/ctype_char_members.cc: And here.
 	* testsuite/27_io/streambuf.cc (streambuf): And here.
 	* testsuite/27_io/ostream_inserter_char.cc (test06): And here.
 	* testsuite/27_io/istream_unformatted.cc (test05): And here.
 	* testsuite/27_io/istream_extractor_arith.cc: And here.
 	* testsuite/27_io/ios_manip_basefield.cc (test02): And here.
 	* testsuite/27_io/ios_base_members_static.cc: And here.
 	* bits/std_climits.h (_CPP_CLIMITS): Fix typo.
 
 
 
 
 On 29 Mar 2000 anthony_w.geo@yahoo.com wrote:
 
 > 
 > >Number:         49
 > >Category:       libstdc++
 > >Synopsis:       Test suite does not use std:: everywhere it should
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    unassigned
 > >State:          open
 > >Class:          sw-bug
 > >Submitter-Id:   net
 > >Arrival-Date:   Wed Mar 29 05:37:00 PST 2000
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Anthony Williams
 > >Release:        unknown-1.0
 > >Organization:
 > >Environment:
 > libstdc++-2.90.8
 > gcc 2.95.2
 > sparc-solaris-2.7
 > >Description:
 > In many places the testsuite programs fail to compile due to "unknown symbol" errors, since std:: is not used
 > >How-To-Repeat:
 > make check
 > or 
 > make check-install
 > 
 > when configured with --enable-namespaces
 > >Fix:
 > Use std:: where appropriate (I can provide fixed source files if required)
 > >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]