This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: new warnings from basic_string


On Thu, Jan 27, 2005 at 10:49:31PM +0100, Paolo Carlini wrote:
> Joe Buck wrote:
> 
> >On Thu, Jan 27, 2005 at 12:00:14PM +0100, Paolo Carlini wrote:
> > 
> >
> >>Yes, this is known and has nothing to do with basic_string per se, it's 
> >>just
> >>a recently introduced bug in the c++ front end: dozens of meaningless
> >>warnings spilled during the build of libstdc++-v3 itself, for instance.
> >>   
> >>
> >It is PR 16558.
> > 
> >
> Thanks.
> Actually, I'm not seeing the warnings anymore, I'm pretty sure the patch 
> for c++/19583 did it.

Cool, fixed today!  Otherwise I was going to bug Mark to make this
release-critical, as it completely broke -Wall -Werror for non-trivial C++
code.

Anyway, 19583 is a duplicate of 16558 and probably others, so I hope the
bugmasters will find the dups and fix them all.


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