re PR c++/50157 ([C++0x] Non-silent SFINAE in new expression with explicit conversion)
authorJason Merrill <jason@redhat.com>
Thu, 25 Aug 2011 18:22:46 +0000 (14:22 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 25 Aug 2011 18:22:46 +0000 (14:22 -0400)
commit7888350f3973a45d98581573bcf7773eb10d8322
tree2fe451bcda29357f54357a66fa82d0a648c6100c
parenta02f398da4c49e7c9f6fc8bed2da4edcf9b834a8
re PR c++/50157 ([C++0x] Non-silent SFINAE in new expression with explicit conversion)

PR c++/50157
* call.c (convert_like_real): Exit early if bad and !tf_error.

From-SVN: r178081
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/sfinae27.C [new file with mode: 0644]