This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14116] internal compiler error: in lookup_member, at cp/search.c:1498


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]