This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22352] New: [3.4/4.0/4.1 Regression] ICE in lookup_member
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2005 18:11:04 -0000
- Subject: [Bug c++/22352] New: [3.4/4.0/4.1 Regression] ICE in lookup_member
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
template <class A>
class s
{
typedef int d;
template <class s, typename s::d>
friend class t;
};
s<int> t1;
--
Summary: [3.4/4.0/4.1 Regression] ICE in lookup_member
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22352