OSDN Git Service

/cp
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Dec 2011 22:13:19 +0000 (22:13 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Dec 2011 22:13:19 +0000 (22:13 +0000)
commitf5c1c27a70f28c8875d8be273417d88217cc99b0
tree2efc7a5f5a4ada9bd415f291e8ea2d68d43f750d
parentd1aaeb6bc2169d73be6c93fa8bf1212a85014f41
/cp
2011-12-01  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51326
* call.c (build_user_type_conversion_1): Early return NULL if
expr is NULL_TREE.

/testsuite
2011-12-01  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51326
* g++.dg/inherit/crash3.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181895 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/inherit/crash3.C [new file with mode: 0644]