This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/23219] [4.1 Regression] ICE: Segmentation fault in decl_namespace_context
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Aug 2005 17:52:01 -0000
- Subject: [Bug c++/23219] [4.1 Regression] ICE: Segmentation fault in decl_namespace_context
- References: <20050803182744.23219.gnu.org@journalscape.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-05 17:52 -------
Even shorter testcase:
==============================
template<int> struct A a;
struct A {};
==============================
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23219