]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/34824 (ICE with explicit copy constructor)
authorJason Merrill <jason@redhat.com>
Wed, 13 Feb 2008 04:06:03 +0000 (23:06 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 13 Feb 2008 04:06:03 +0000 (23:06 -0500)
commit156d614f906a2a88588408b945668e6190945199
tree9467d9f7fb0d91dccb3d88c71a3a1f1047e02651
parent7f7682fe3dd7d4515f83d2ba93cfb604c57b8446
re PR c++/34824 (ICE with explicit copy constructor)

        PR c++/34824
        * call.c (convert_like_real): Pass LOOKUP_ONLYCONVERTING to build_temp
        if we're doing conversions to call a user-defined conversion function.

From-SVN: r132282
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/overload/copy1.C [new file with mode: 0644]