This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: inernal compiler error
On Mon, Mar 01, 2004 at 04:34:15PM +0000, gavinband@tiscali.co.uk wrote:
> Sorry if this isn't the right place/time/it's an old vesion, etc.
> Using gcc 3.3.2 fedora core 1 rpms, this code...
>
> [ code removed ]
> ...gives the following output:
> g++ test.cxx
> test.cxx: In function `int main()':
> test.cxx:14: internal compiler error: in lookup_template_function, at cp/pt.c:
> 4006
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
This test case also crashes 3.3.3. However, the 3.4 branch does not crash
(presumably because of the rewrite of the parser). All of the older GCC
releases I tried (going back to 2.95.3) also crash.
I filed a bugzilla report for you; it is PR 14368.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14368