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]

Re: libstdc++/2647


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

From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, fgygi@llnl.gov, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/2647
Date: 30 Apr 2001 19:46:59 -0000

 Synopsis: ostringstream with ios::right,ios::adjustfield,setw
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: bkoz
 State-Changed-When: Mon Apr 30 15:46:59 2001
 State-Changed-Why:
     Again....you are using the wrong library:
     
     %COMP.sh "-static" 2647.cc 
     <bkoz@fillmore> /mnt/hd/bliss/src.gcc/libstdc++-v3/testsuite                    %a.out 
     
     output:
                  3.14159
     12345678901234567890
     
     output should be:
                  3.14159
     12345678901234567890
     
     output:
                  abcdefg
     12345678901234567890
     
     output should be:
                  abcdefg
     12345678901234567890
     
     You can test libstdc++-v3 on line via:
     
     http://www.codesourcery.com/gcc-snapshots.html
     
     best,
     benjamin
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2647&database=gcc


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