re PR c++/67240 ([concepts] Implicit conversion constraints are not respected)
authorJason Merrill <jason@redhat.com>
Fri, 21 Aug 2015 18:33:07 +0000 (14:33 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 21 Aug 2015 18:33:07 +0000 (14:33 -0400)
commit7717e0f19e46c0accd55b48b67d0408f037b4a7a
tree9ce9e3c332b9ac7a95e7ca2f28488c84378c7924
parentf291336269664e5a89c94335c30dfed38142803f
re PR c++/67240 ([concepts] Implicit conversion constraints are not respected)

PR c++/67240
* constraint.cc (satisfy_implicit_conversion_constraint): Also
check for NULL_TREE.

From-SVN: r227081
gcc/cp/ChangeLog
gcc/cp/constraint.cc
gcc/testsuite/g++.dg/concepts/iconv1.C [new file with mode: 0644]