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++/739


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

From: pme@gcc.gnu.org
To: dperkins@appsig.com, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/739
Date: 3 May 2001 02:03:59 -0000

 Synopsis: Warnings generated by standard library -- should be corrected
 
 State-Changed-From-To: open->closed
 State-Changed-By: pme
 State-Changed-When: Wed May  2 19:03:59 2001
 State-Changed-Why:
     Thank you for your bug report.
     
     The library shipped with 2.95.2 has been deprecated and
     replaced.  Using current development sources:
     
         25% cat 739.cc
     
         #include <cstring>
     
         int foo;
     
         26% g++ -Wall -W -Wshadow -Wpointer-arith
         -Wbad-function-cast -Wcast-align -Wconversion
         -Wstrict-prototypes -Wmissing-prototypes
         -Wmissing-declarations -Wnested-externs -Wwrite-strings
         -Wimplicit-function-declarations -Wctor-dtor-privacy
         -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wsynth
         -c 739.cc
         27%
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=739&database=gcc


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