]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/45562 (ICE: SIGSEGV in cp_build_unary_op (typeck.c:5083) with -std=gnu...
authorMartin Jambor <mjambor@suse.cz>
Mon, 11 Oct 2010 20:23:04 +0000 (22:23 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Mon, 11 Oct 2010 20:23:04 +0000 (22:23 +0200)
commit7c663eb02206a552e72c555e10270ecb2d7e5ac8
treed47e835201f3ad092d15e204bbace52b7e8b3655
parent579c1bf3497bbf3ad2b1a6c3da25dcb0234925b1
re PR c++/45562 (ICE: SIGSEGV in cp_build_unary_op (typeck.c:5083) with -std=gnu++0x -fipa-cp-clone -fcompare-debug)

2010-10-11  Martin Jambor  <mjambor@suse.cz>

PR c++/45562
* cp/cp-tree.h (current_class_ref): Check that cp_function_chain is
non-NULL.
* cp/call.c (build_cxx_call): Likewise.

From-SVN: r165330
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h