This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11547] [3.4 regression] ICE with const temporaries
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2003 14:12:44 -0000
- Subject: [Bug c++/11547] [3.4 regression] ICE with const temporaries
- References: <20030716135905.11547.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11547
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-07-16 14:12:44
date| |
------- Additional Comments From bangerth at dealii dot org 2003-07-16 14:12 -------
Confirmed. Here's a stack backtrace:
(gdb) bt
#0 convert_from_reference (val=0x40023408) at ../../gcc/gcc/cp/cvt.c:570
#1 0x0807a3e5 in tsubst_copy_and_build (t=0x40023408, args=0x0,
complain=tf_error, in_decl=0x0, function_p=false)
at ../../gcc/gcc/cp/pt.c:8335
#2 0x080a4b06 in cp_parser_fold_non_dependent_expr (expr=0x40486288)
at ../../gcc/gcc/cp/parser.c:13853
#3 0x080a0ede in cp_parser_direct_declarator (parser=0x40023408,
dcl_kind=CP_PARSER_DECLARATOR_NAMED, ctor_dtor_or_conv_p=0xbfffdd28)
at ../../gcc/gcc/cp/parser.c:9697
#4 0x080a0a20 in cp_parser_declarator (parser=0x404820c0,
dcl_kind=CP_PARSER_DECLARATOR_NAMED, ctor_dtor_or_conv_p=0x0)
at ../../gcc/gcc/cp/parser.c:9491
#5 0x080a05a7 in cp_parser_init_declarator (parser=0x404820c0,
decl_specifiers=0x0, prefix_attributes=0x0,
function_definition_allowed_p=false, member_p=false,
function_definition_p=0xbfffdd67) at ../../gcc/gcc/cp/parser.c:9173
W.