public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11344] New: templates + friend + name conflict = ICE
@ 2003-06-27  9:06 scott dot worley at chkno dot net
  2003-06-27 11:52 ` [Bug c++/11344] [3.3/3.4 Regression] " pinskia at physics dot uc dot edu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: scott dot worley at chkno dot net @ 2003-06-27  9:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: templates + friend + name conflict = ICE
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: scott dot worley at chkno dot net
                CC: gcc-bugs at gcc dot gnu dot org

template <class Foo> 
class bar {}; 
 
template <class Foo> 
class baz { 
   int bar; 
   friend class bar; 
}; 
 
 
Will cause ICE in pop_binding, at cp/decl.c:1187 
 
Tested on 2.95.4, 2.96, and 3.2.2.


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

end of thread, other threads:[~2003-09-17  5:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-27  9:06 [Bug c++/11344] New: templates + friend + name conflict = ICE scott dot worley at chkno dot net
2003-06-27 11:52 ` [Bug c++/11344] [3.3/3.4 Regression] " pinskia at physics dot uc dot edu
2003-06-27 14:20 ` bangerth at dealii dot org
2003-06-28  2:46 ` pinskia at physics dot uc dot edu
2003-06-28 12:21 ` gdr at integrable-solutions dot net
2003-07-21 19:58 ` pinskia at physics dot uc dot edu
2003-08-19 14:09 ` [Bug c++/11344] [3.3 " lerdsuwa at gcc dot gnu dot org
2003-09-17  7:02 ` pinskia at gcc dot gnu dot org

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