re PR c++/20463 (ICE on using undefined type)
authorPaolo Carlini <pcarlini@suse.de>
Fri, 18 Mar 2005 17:16:16 +0000 (17:16 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 18 Mar 2005 17:16:16 +0000 (17:16 +0000)
commit32db39c035bd6b704da8cdbe3b6899acf7d0c814
treee6b759918c6e4024e1dd84fa38a2e017b453e404
parentbc7ffd06f70cd9c4cf24b73ee728d9bb9e9a629d
re PR c++/20463 (ICE on using undefined type)

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

PR c++/20463
* parser.c (cp_parser_diagnose_invalid_type_name):
Check TYPE_BINFO (current_class_type) before attempting
to emit inform messages.

From-SVN: r96689
gcc/cp/ChangeLog
gcc/cp/parser.c