]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/init.cc
re PR c++/20461 (ICE at "class 'C' does not have any field named 'f'" error)
authorPaolo Carlini <pcarlini@suse.de>
Mon, 21 Mar 2005 11:49:32 +0000 (11:49 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 21 Mar 2005 11:49:32 +0000 (11:49 +0000)
commit72e4661a2548a1fd0bf227ee81c38363da0e6900
tree9590cde2e6abd351ecf4b43025f91a15d086cdea
parenta16095f6eb4e9f097e828317c9869a67828ec93f
re PR c++/20461 (ICE at  "class 'C' does not have any field named 'f'" error)

2005-03-21  Paolo Carlini  <pcarlini@suse.de>

PR c++/20461
PR c++/20536
* init.c (emit_mem_initializers): Don't crash on undefined
types.

2005-03-21  Paolo Carlini  <pcarlini@suse.de>

PR c++/20147
* semantics.c (finish_stmt_expr_expr): Return immediately
if error_operand_p (expr).

From-SVN: r96784
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/cp/semantics.c