--- Comment #4 from reichelt at gcc dot gnu dot org 2007-11-11 21:27
---
The testcase from comment #1 still crashes, but this problem is tracked in
PR34069.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32128
--- Comment #3 from dgregor at gcc dot gnu dot org 2007-11-06 14:43 ---
Fixed
--
dgregor at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRME
--- Comment #2 from dgregor at gcc dot gnu dot org 2007-11-06 14:38 ---
Subject: Bug 32128
Author: dgregor
Date: Tue Nov 6 14:37:56 2007
New Revision: 129928
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129928
Log:
2007-11-06 Douglas Gregor <[EMAIL PROTECTED]>
PR c
--- Comment #1 from chris dot fairles at gmail dot com 2007-08-29 22:04
---
Not sure if this is same bug:
template
struct B;
template
struct B {};
template
struct B : public B {
H h;
};
template
class D : B<0,T...> {};
template
struct E;
template
struct E> {
typedef decl
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32128
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32128