This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13504] Cannot mangle structure access operator
- 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: 29 Dec 2003 16:54:58 -0000
- Subject: [Bug c++/13504] Cannot mangle structure access operator
- References: <20031229162324.13504.nathan@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-29 16:54 -------
Confirmed on the mainline.
#0 0x42080be3 in strlen () from /lib/i686/libc.so.6
#1 0x0813ac19 in write_expression (expr=0x40126a80) at /home/gates/pinskia/src/gnu/
gcc/src/gcc/cp/mangle.c:2024
#2 0x0813b029 in write_expression (expr=0x400552b8) at /home/gates/pinskia/src/gnu/
gcc/src/gcc/cp/mangle.c:2086
#3 0x0813b029 in write_expression (expr=0x4011cbcc) at /home/gates/pinskia/src/gnu/
gcc/src/gcc/cp/mangle.c:2086
#4 0x0813b9cb in write_template_args (args=0x4011cbf4) at /home/gates/pinskia/src/
gnu/gcc/src/gcc/cp/mangle.c:2194
#5 0x08139ff8 in write_name (decl=0x40127870, ignore_local_scope=0) at /home/
gates/pinskia/src/gnu/gcc/src/gcc/cp/mangle.c:750
#6 0x0813776f in write_type (type=0x4012772c) at /home/gates/pinskia/src/gnu/gcc/src/
gcc/cp/mangle.c:1837
#7 0x081373e4 in write_type (type=0x40127804) at /home/gates/pinskia/src/gnu/gcc/
src/gcc/cp/mangle.c:2261
#8 0x08138125 in write_bare_function_type (type=0x401278dc,
include_return_type_p=16, decl=0x4012b0d8)
at /home/gates/pinskia/src/gnu/gcc/src/gcc/cp/mangle.c:1762
#9 0x0813a65c in write_encoding (decl=0x4012b0d8) at /home/gates/pinskia/src/gnu/
gcc/src/gcc/cp/mangle.c:700
#10 0x0813a75e in write_mangled_name (decl=0x4012b0d8, top_level=16) at /home/
gates/pinskia/src/gnu/gcc/src/gcc/cp/mangle.c:657
#11 0x0813bff5 in mangle_decl (decl=0x4012b0d8) at /home/gates/pinskia/src/gnu/gcc/
src/gcc/cp/mangle.c:2423
#12 0x083a890f in decl_assembler_name (decl=0x4012b0d8) at /home/gates/pinskia/
src/gnu/gcc/src/gcc/tree.c:133
#13 0x08131943 in repo_get_id (t=0x4012b0d8) at /home/gates/pinskia/src/gnu/gcc/src/
gcc/cp/repo.c:109
#14 0x08131b06 in repo_template_instantiated (t=0x0) at /home/gates/pinskia/src/gnu/
gcc/src/gcc/cp/repo.c:199
#15 0x080a2a3c in do_decl_instantiation (decl=0x1e, storage=0x0) at /home/gates/
pinskia/src/gnu/gcc/src/gcc/cp/pt.c:10517
#16 0x080f176b in cp_parser_explicit_instantiation (parser=0x40126880) at /home/
gates/pinskia/src/gnu/gcc/src/gcc/cp/parser.c:8373
#17 0x080f192d in cp_parser_declaration (parser=0x40126880) at /home/gates/pinskia/
src/gnu/gcc/src/gcc/cp/parser.c:6227
#18 0x080f1b5f in cp_parser_declaration_seq_opt (parser=0x40126880) at /home/
gates/pinskia/src/gnu/gcc/src/gcc/cp/parser.c:6151
#19 0x080f1d27 in c_parse_file () at /home/gates/pinskia/src/gnu/gcc/src/gcc/cp/
parser.c:2299
#20 0x0817e2ce in c_common_parse_file (set_yydebug=0) at /home/gates/pinskia/src/
gnu/gcc/src/gcc/c-opts.c:1216
#21 0x083a5e9d in toplev_main (argc=0, argv=0xbffec74e) at /home/gates/pinskia/src/
gnu/gcc/src/gcc/toplev.c:1804
#22 0x08181b6e in main (argc=0, argv=0x0) at /home/gates/pinskia/src/gnu/gcc/src/gcc/
main.c:35
(gdb) p operator_name_info[(int) code].mangled_name
$1 = 0x0
(gdb) p code
$2 = IDENTIFIER_NODE
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ABI, ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2003-12-29 16:54:56
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13504