This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14116] internal compiler error: in lookup_member, at cp/search.c:1498
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Feb 2004 22:10:59 -0000
- Subject: [Bug c++/14116] internal compiler error: in lookup_member, at cp/search.c:1498
- References: <20040211210649.14116.ebuddington@wesleyan.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From falk at debian dot org 2004-02-11 22:10 -------
Confirmed. Already fixed in mainline, though. Looks like a dup of
PR 12387. Since it is not a regression, I think we should close it,
but I'll let somebody else decide.
Test case:
struct vector { typedef int iterator; };
vector read_queue;
template <class T> void f(){
typedef typeof (read_queue) read_queue_t;
read_queue_t::iterator it;
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14116