public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11791] New: [3.4 regression] ICE in pop_binding
@ 2003-08-04 16:59 benko at sztaki dot hu
  2003-08-04 17:06 ` [Bug c++/11791] " benko at sztaki dot hu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: benko at sztaki dot hu @ 2003-08-04 16:59 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=11791

           Summary: [3.4 regression] ICE in pop_binding
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: benko at sztaki dot hu
                CC: gcc-bugs at gcc dot gnu dot org

crete:~/c/proba$ cat pop_binding.cc 
template <class T> struct base {
  typedef enum {a} inner_t;
};

template <class T> struct der0: base<int> {
  typedef base<int>::inner_t inner_t;
};

template <class T> struct der1: base<int> {};
crete:~/c/proba$ g++-cvs pop_binding.cc 
pop_binding.cc:9: internal compiler error: in pop_binding, at cp/decl.c:1139
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
zsh: exit 1     g++-cvs pop_binding.cc
crete:~/c/proba$ g++-cvs -v
Reading specs from /gml/shared/gcc-cvs/lib/gcc/i686-pc-linux-gnu/3.4/specs
Configured with: ../gcc/configure --prefix=/gml/shared/gcc-cvs
--enable-languages=c++
Thread model: posix
gcc version 3.4 20030804 (experimental)
crete:~/c/proba$


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

end of thread, other threads:[~2003-08-10 20:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-04 16:59 [Bug c++/11791] New: [3.4 regression] ICE in pop_binding benko at sztaki dot hu
2003-08-04 17:06 ` [Bug c++/11791] " benko at sztaki dot hu
2003-08-04 18:25 ` pinskia at physics dot uc dot edu
2003-08-04 20:29 ` pinskia at physics dot uc dot edu
2003-08-06 14:40 ` lerdsuwa at gcc dot gnu dot org
2003-08-08 16:27 ` lerdsuwa at gcc dot gnu dot org
2003-08-10 20:44 ` 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).