This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14379] ICE in tsubst with declaring then defining a member template
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Mar 2004 06:18:41 -0000
- Subject: [Bug c++/14379] ICE in tsubst with declaring then defining a member template
- References: <20040302055543.14379.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-02 06:18 -------
Confirmed, here is the back track (at least on the tree-ssa):
#0 fancy_abort (file=0x8a4ae0 "/Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/pt.c", line=6737,
function=0x8a6254 "tsubst") at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/diagnostic.c:584
#1 0x0009b334 in tsubst (t=0x41770744, args=0x417742e0, complain=tf_error,
in_decl=0x4177083c) at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/pt.c:6737
#2 0x00099878 in tsubst_arg_types (arg_types=0x41769c90, args=0x417742e0, complain=tf_error,
in_decl=0x4177083c) at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/pt.c:6455
#3 0x000997f0 in tsubst_arg_types (arg_types=0x41769cf0, args=0x417742e0, complain=tf_error,
in_decl=0x4177083c) at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/pt.c:6450
#4 0x00099b30 in tsubst_function_type (t=0x417707c0, args=0x417742e0, complain=tf_error,
in_decl=0x4177083c) at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/pt.c:6517
#5 0x0009d6a0 in tsubst (t=0x417707c0, args=0x417742e0, complain=tf_error,
in_decl=0x4177083c) at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/pt.c:7010
#6 0x000973e4 in tsubst_decl (t=0x4177083c, args=0x417742e0, type=0x417707c0,
complain=tf_error) at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/pt.c:6161
#7 0x0009a244 in tsubst (t=0x4177083c, args=0x417742e0, complain=tf_error, in_decl=0x0) at /
Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/pt.c:6634
#8 0x000b7e1c in regenerate_decl_from_template (decl=0x417758b8, tmpl=0x4177064c) at /Users/
pinskia/src/gcc-tree-ssa/gcc/gcc/cp/pt.c:10836
#9 0x000b9ef0 in instantiate_decl (d=0x417758b8, defer_ok=0) at /Users/pinskia/src/gcc-tree-ssa/
gcc/gcc/cp/pt.c:11118
#10 0x000bad5c in instantiate_pending_templates () at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/
pt.c:11305
#11 0x0010b578 in finish_file () at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/cp/decl2.c:2584
#12 0x00252240 in c_common_parse_file (set_yydebug=0) at /Users/pinskia/src/gcc-tree-ssa/gcc/
gcc/c-opts.c:1239
#13 0x002ae750 in compile_file () at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/toplev.c:1869
#14 0x002b47e4 in do_compile () at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/toplev.c:4570
#15 0x002b48c8 in toplev_main (argc=2, argv=0xbffffc70) at /Users/pinskia/src/gcc-tree-ssa/gcc/
gcc/toplev.c:4610
#16 0x00269da0 in main (argc=2, argv=0xbffffc70) at /Users/pinskia/src/gcc-tree-ssa/gcc/gcc/
main.c:35
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-03-02 06:18:40
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14379