re PR c++/12320 (ICE on use of undefined enum)
authorDanny Smith <dannysmith@users.sourceforge.net>
Thu, 18 Sep 2003 21:22:17 +0000 (21:22 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Thu, 18 Sep 2003 21:22:17 +0000 (21:22 +0000)
commit3f50d3dd9d05836954dd17d31866834923caa4d5
tree082e617cb7d59065265e93f21029a0e7a485cfc2
parent7229527c2c6859c3e172b1a2d9ab16a144c93a91
re PR c++/12320 (ICE on use of undefined enum)

PR c++/12320
* call.c (type_passed_as): Check for incomplete type.
(convert_for_arg_passing): Likewise.

From-SVN: r71546
gcc/cp/ChangeLog
gcc/cp/call.c