This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20789] [4.0 regression] ICE with incomplete type in template
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2005 16:36:40 -0000
- Subject: [Bug c++/20789] [4.0 regression] ICE with incomplete type in template
- References: <20050406123626.20789.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nathan at gcc dot gnu dot org 2005-06-13 16:36 -------
fixed mainline and 3.4
2005-06-13 Nathan Sidwell <nathan@codesourcery.com>
PR c++/20789
* decl.c (cp_finish_decl): Clear runtime runtime initialization if
in-class decl's initializer is bad.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|[3.4/4.0/4.1 regression] ICE|[4.0 regression] ICE with
|with incomplete type in |incomplete type in template
|template |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20789