This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3869: Segmentation fault on specialized outer template with inner member template.
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: jhl at sssonline dot com, gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org,fluxsmith at fluxsmith dot com, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Fri, 3 Jan 2003 12:14:11 +0000
- Subject: Re: c++/3869: Segmentation fault on specialized outer template with inner member template.
- References: <3E14AD6C.6000004@unitus.it> <20030102214623.GB13907@daikokuya.co.uk> <3E157B67.5080502@unitus.it>
Paolo Carlini wrote:-
> >>It is compiled just fine with 3.2, 3.3 and mainline.
> >>
> >>It seems to me that the PR can be closed.
> >>Paolo.
> >>
> >>
> >If so, please add a testcase.
> >
> Well, if my analysis is correct, which one? I mean, the legal-ized
> version is compiled
> just fine by 3.2.1, 3.3 and 3.4, the illegal one doesn't ICE with 3.4
> but, good, is not compiled
> either (see above). So, perhaps just closing it would be fine?
Sorry, you're right; if 3.3 compiles it there is no need to add a
testcase (it's not due to the new parser).
Neil.