public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11907] New: ICE on illegal code: using a class template instead of a class
@ 2003-08-13 18:26 o dot kullmann at swansea dot ac dot uk
  2003-08-13 18:34 ` [Bug c++/11907] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: o dot kullmann at swansea dot ac dot uk @ 2003-08-13 18:26 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=11907

           Summary: ICE on illegal code: using a class template instead of a
                    class
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: o dot kullmann at swansea dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org

namespace N { template <class T> struct X {}; } 
template <class T> struct Y { typedef typename N::X tag; }; 
int main() { Y<int> y; } 
 
compiled without options yields: 
internal compiler error: Segmentation fault 
 
Tried: Versions 3.2.1, 3.3, 3.3.1 --- all identical.


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

end of thread, other threads:[~2004-04-19  1:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-13 18:26 [Bug c++/11907] New: ICE on illegal code: using a class template instead of a class o dot kullmann at swansea dot ac dot uk
2003-08-13 18:34 ` [Bug c++/11907] " pinskia at gcc dot gnu dot org
2003-08-13 18:35 ` pinskia at gcc dot gnu dot org
2003-08-13 18:59 ` [Bug c++/11907] confusing message when " bangerth at dealii dot org
2003-08-13 19:00 ` bangerth at dealii dot org
2003-08-23  1:17 ` dhazeghi at yahoo dot com
2004-01-03 13:41 ` pinskia at gcc dot gnu dot org
2004-04-18  9:30 ` [Bug c++/11907] [3.4 only] " pinskia at gcc dot gnu dot org
2004-04-18 18:11 ` bangerth at dealii dot org
2004-04-19  2:41 ` giovannibajo at libero dot it
2004-04-19  2:52 ` bangerth at dealii 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).