This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8353: Seg fault in cp/decl.c:check_initializer
- From: bangerth at dealii dot org
- To: d95-bli at nada dot kth dot se, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 28 Oct 2002 21:55:49 -0000
- Subject: Re: c++/8353: Seg fault in cp/decl.c:check_initializer
- Reply-to: bangerth at dealii dot org, d95-bli at nada dot kth dot se, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Old Synopsis: Segmentation fault at template instantiation
New Synopsis: Seg fault in cp/decl.c:check_initializer
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Oct 28 13:55:45 2002
State-Changed-Why:
Confirmed. This is a backtrace:
#0 0x0806d0d1 in check_initializer (decl=0x40e07d90, init=0x0, flags=0)
at ../../gcc/gcc/cp/decl.c:8065
#1 0x0806e191 in cp_finish_decl (decl=0x40e07d90, init=0x0, asmspec_tree=0x0,
flags=0) at ../../gcc/gcc/cp/decl.c:8425
#2 0x0809bf1a in tsubst_expr (t=0x41144258, args=0x41813500, complain=3,
in_decl=0x411451c0) at ../../gcc/gcc/cp/pt.c:7468
#3 0x0809bd9e in tsubst_expr (t=0x411441e0, args=0x41813500, complain=3,
in_decl=0x411451c0) at ../../gcc/gcc/cp/pt.c:7555
#4 0x0809bd9e in tsubst_expr (t=0x411441cc, args=0x41813500, complain=3,
in_decl=0x411451c0) at ../../gcc/gcc/cp/pt.c:7555
#5 0x080a39ae in instantiate_decl (d=0x41815d90, defer_ok=0)
at ../../gcc/gcc/cp/pt.c:10191
#6 0x080a4274 in instantiate_pending_templates ()
at ../../gcc/gcc/cp/pt.c:10276
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8353