This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH for c++/48113 (SFINAE bug causing bind regression in libstdc++)
- From: Paolo Carlini <pcarlini at gmail dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>, Jakub Jelinek <jakub at redhat dot com>
- Date: Wed, 16 Mar 2011 22:23:06 +0100
- Subject: Re: C++ PATCH for c++/48113 (SFINAE bug causing bind regression in libstdc++)
- References: <4D8114D5.6070907@redhat.com>
Hi,
>
> Also OK for 4.6.0? The risk is that swapping to perform_implicit_conversion_flags will have other differences of behavior, but the library regression seems pretty major, so I think it's worth the risk.
Thanks Jason. Indeed, I agree that the library issue is pretty serious. If you think I can help somehow in terms of testing, just let me know.
Thanks again,
Paolo.