This is the mail archive of the gcc-patches@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: [PATCH] Fix PR C++/19583, false warning with throw() functions


Paolo Carlini <pcarlini@suse.de> writes:

> Ian Lance Taylor wrote:
> 
> >Here is a patch which I like better.  Thanks to Andrew and RTH for
> >helping me understand how to write this.
> >
> >I apologize for somehow overlooking the new C++ testsuite failures
> >eb132 and eb73.  I'm not sure how I missed those.  They are fixed by
> >this patch.
> >
> Sorry for the pedantic question: are the dozens of pointless warnings during
> the build of libstdc++-v3 also fixed? It looks like, missing -Werror
> (we should
> work on it, I know) nobody noticed that :-(

I didn't see any warnings of the form
    control may reach end of non-void function ... being inlined
in libstdc++-v3 in my bootstrap.  So I hope that they are fixed.
Please let me know about any that remain.

Ian


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