This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21681] [4.0/4.1 Regression] Internal Compiler Error
- 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: 24 May 2005 14:47:01 -0000
- Subject: [Bug c++/21681] [4.0/4.1 Regression] Internal Compiler Error
- References: <20050520170626.21681.dave@boost-consulting.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-05-24 14:46 -------
Even shorter testcase:
================================
template<int> struct A;
struct B
{
template<int N> void foo()
{
A<N>::X::Y;
}
};
================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21681