This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/4990: ice when using multiple non-class template parameters (works on 2.95.3)
- From: rodrigc at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, scott_k_macdonald at yahoo dot com
- Date: 5 Dec 2001 00:29:16 -0000
- Subject: Re: c++/4990: ice when using multiple non-class template parameters (works on 2.95.3)
Synopsis: ice when using multiple non-class template parameters (works on 2.95.3)
State-Changed-From-To: open->analyzed
State-Changed-By: rodrigc
State-Changed-When: Tue Dec 4 16:29:16 2001
State-Changed-Why:
Fixed in main trunk (gcc version 3.1 20011201 (experimental)).
ICE in gcc 3.0.3 20011201. The compiler SIGSEGV's here:
Program received signal SIGSEGV, Segmentation fault.
0x400a5f27 in strlen (str=0x0) at ../sysdeps/i386/strlen.c:28
28 ../sysdeps/i386/strlen.c: No such file or directory.
in ../sysdeps/i386/strlen.c
(gdb) where
#0 0x400a5f27 in strlen (str=0x0) at ../sysdeps/i386/strlen.c:28
#1 0x0812b19d in write_expression (expr=0x401b399c)
at cp/mangle.c:1818
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4990&database=gcc