This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/28475] Internal error: Segmentation fault (program cc1plus)
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2006 08:37:27 -0000
- Subject: [Bug c++/28475] Internal error: Segmentation fault (program cc1plus)
- References: <bug-28475-8718@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from rguenth at gcc dot gnu dot org 2006-07-25 08:37 -------
Confirmed. Not a regression.
0x081bdda3 in lookup_fnfields_1 (type=0xb7d98000, name=0xb7cfebfc)
at /space/rguenther/src/svn/gcc-4_1-branch/gcc/cp/search.c:1406
1406 VEC_iterate (tree, method_vec, i, fn);
(gdb) bt
#0 0x081bdda3 in lookup_fnfields_1 (type=0xb7d98000, name=0xb7cfebfc)
at /space/rguenther/src/svn/gcc-4_1-branch/gcc/cp/search.c:1406
#1 0x081bc286 in lookup_field_r (binfo=0xb7f29740, data=0xbf7f81dc)
at /space/rguenther/src/svn/gcc-4_1-branch/gcc/cp/search.c:1057
#2 0x081be65e in dfs_walk_all (binfo=0xb7f29740,
pre_fn=0x81bc0e2 <lookup_field_r>, post_fn=0, data=0xbf7f81dc)
at /space/rguenther/src/svn/gcc-4_1-branch/gcc/cp/search.c:1532
#3 0x081bcd8f in lookup_member (xbasetype=0xb7f29740, name=0xb7cfebfc,
protect=1, want_type=0 '\0')
at /space/rguenther/src/svn/gcc-4_1-branch/gcc/cp/search.c:1232
#4 0x081bcf96 in lookup_fnfields (xbasetype=0xb7f29740, name=0xb7cfebfc,
protect=1) at /space/rguenther/src/svn/gcc-4_1-branch/gcc/cp/search.c:1296
#5 0x0805d24e in build_special_member_call (instance=0xb7c57ea0,
name=0xb7cfebfc, args=0xb7c58ea0, binfo=0xb7f29740, flags=11)
at /space/rguenther/src/svn/gcc-4_1-branch/gcc/cp/call.c:5175
#6 0x08058351 in build_temp (expr=0xb7d96374, type=0xb7d98000, flags=11,
diagnostic_fn=0xbf7f8358)
at /space/rguenther/src/svn/gcc-4_1-branch/gcc/cp/call.c:4155
#7 0x08058c51 in convert_like_real (convs=0x8c33ccc, expr=0xb7d96374,
fn=0xb7d99480, argnum=0, inner=0, issue_conversion_warnings=1 '\001',
c_cast_p=0 '\0')
at /space/rguenther/src/svn/gcc-4_1-branch/gcc/cp/call.c:4355
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |ice-on-invalid-code
Known to fail| |3.3.6 3.4.6 4.0.3 4.1.1
| |4.2.0
Last reconfirmed|0000-00-00 00:00:00 |2006-07-25 08:37:26
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28475