public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13813] New: Incomplete member variables in a template.
@ 2004-01-22 14:30 mattyt-bugzilla at tpg dot com dot au
  2004-01-22 14:49 ` [Bug c++/13813] " mattyt-bugzilla at tpg dot com dot au
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mattyt-bugzilla at tpg dot com dot au @ 2004-01-22 14:30 UTC (permalink / raw)
  To: gcc-bugs

This:

class E; template < class A > class Z { E e; };

or this:

template < class A > class Z { class E; E e; };

apparently should not compile under two stage lookup, but they do at the moment.

-- 
           Summary: Incomplete member variables in a template.
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mattyt-bugzilla at tpg dot com dot au
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13813


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2004-02-03 10:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-22 14:30 [Bug c++/13813] New: Incomplete member variables in a template mattyt-bugzilla at tpg dot com dot au
2004-01-22 14:49 ` [Bug c++/13813] " mattyt-bugzilla at tpg dot com dot au
2004-01-22 15:17 ` pinskia at gcc dot gnu dot org
2004-01-23 13:02 ` [Bug c++/13813] [DR206] " giovannibajo at libero dot it
2004-01-23 14:21 ` giovannibajo at libero dot it
2004-01-30 16:35 ` cvs-commit at gcc dot gnu dot org
2004-01-30 16:40 ` cvs-commit at gcc dot gnu dot org
2004-01-30 16:42 ` giovannibajo at libero dot it
2004-02-02 18:45 ` cvs-commit at gcc dot gnu dot org
2004-02-02 18:47 ` cvs-commit at gcc dot gnu dot org
2004-02-02 18:48 ` giovannibajo at libero dot it
2004-02-02 19:14 ` pinskia at gcc dot gnu dot org
2004-02-03  9:27 ` mmitchel at gcc dot gnu dot org
2004-02-03 10:15 ` giovannibajo at libero dot it

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).