re PR c++/27716 (ICE with invalid assignment)
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Mon, 22 May 2006 19:22:24 +0000 (19:22 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Mon, 22 May 2006 19:22:24 +0000 (19:22 +0000)
commit1bd229b76d79228d76f15fb7c450e5462503d133
tree131788ce5f4f5bc288ec6bbf9206b4bbba264b05
parent6a70560c4c363f6d7d9a927a146d77753b2f041b
re PR c++/27716 (ICE with invalid assignment)

PR c++/27716
* typeck.c (build_modify_expr): Test arguments for error_operand_p.

* g++.dg/other/assign1.C: New test.

From-SVN: r113990
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/assign1.C [new file with mode: 0644]