This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/3720: Problems with num_get


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

From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
  gcc-prs@gcc.gnu.org, philip_martin@ntlworld.com,
  schmid@snake.iap.physik.tu-darmstadt.de
Cc:  
Subject: Re: libstdc++/3720: Problems with num_get
Date: 7 Dec 2001 09:11:50 -0000

 Synopsis: Problems with num_get
 
 State-Changed-From-To: analyzed->feedback
 State-Changed-By: bkoz
 State-Changed-When: Fri Dec  7 01:11:50 2001
 State-Changed-Why:
     Try this:
     
     2001-12-06  Benjamin Kosnik  <bkoz@redhat.com>
     
             libstdc++/3720
             * include/bits/locale_facets.tcc (num_put): Clean.
             (num_get::_M_extract_float): Change argument to string. 
             (num_get::do_get(float)): Fixup.
             (num_get::do_get(double)): Same.
             (num_get::do_get(long double)): Same.
             (num_get::_M_extract_int): Add maximum length parameter, __max.
             (num_get::_M_extract_float): Correct zeros, use string.
             * include/bits/locale_facets.h (num_get::_M_extract_float): Change
             declaration here.
             * src/locale.cc (__num_base::_S_atoms): Remove x, X.
             * testsuite/27_io/istream_extractor_arith.cc (test13): Add.
             
     2001-12-06  Philip Martin  <pmartin@uklinux.net>
     
             * testsuite/27_io/istream_extractor_arith.cc    
     (test12): Add
             tests for excess input digits.
        
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3720&database=gcc


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