This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]