This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13663] [3.3 Regression] g++ segfaults in cc1plus


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-13 05:43 -------
The problem is this backtrace:
#0  walk_tree (tp=0x449091f0, func=0x828b870 <copy_body_r>, data=0xbffeb6a0, htab_=0x0) 
at ../../gcc/tree-inline.c:1715
#1  0x0828cc43 in walk_tree (tp=0x449091b4, func=0x828b870 <copy_body_r>, 
data=0xbffeb6a0, htab_=0x0) at ../../gcc/tree-inline.c:1627
#2  0x0828cc43 in walk_tree (tp=0x44909098, func=0x828b870 <copy_body_r>, 
data=0xbffeb6a0, htab_=0x0) at ../../gcc/tree-inline.c:1627
#3  0x0828cc43 in walk_tree (tp=0x44908104, func=0x828b870 <copy_body_r>, 
data=0xbffeb6a0, htab_=0x0) at ../../gcc/tree-inline.c:1627
#4  0x0828cc43 in walk_tree (tp=0x44906340, func=0x828b870 <copy_body_r>, 
data=0xbffeb6a0, htab_=0x0) at ../../gcc/tree-inline.c:1627
#5  0x0828cc43 in walk_tree (tp=0xbffeb684, func=0x828b870 <copy_body_r>, 
data=0xbffeb6a0, htab_=0x0) at ../../gcc/tree-inline.c:1627
#6  0x0828bb57 in copy_body (id=0x3) at ../../gcc/tree-inline.c:591
#7  0x0828ca5e in clone_body (clone=0x44901e4c, fn=0x44905c00, arg_map=0x3) at ../../gcc/
tree-inline.c:1517
#8  0x080c5056 in maybe_clone_body (fn=0x447bda10) at ../../gcc/cp/optimize.c:259
#9  0x080bfc4f in expand_body (fn=0x447bda10) at ../../gcc/cp/semantics.c:2328
#10 0x0809c568 in yyparse () at parse.y:2257
#11 0x080dba19 in c_common_parse_file (set_yydebug=3) at ../../gcc/c-lex.c:159
#12 0x0827e54a in compile_file () at ../../gcc/toplev.c:2130
#13 0x082837c5 in do_compile () at ../../gcc/toplev.c:5384
#14 0x08283859 in toplev_main (argc=3, argv=0x0) at ../../gcc/toplev.c:5414
#15 0x080e1cfb in main (argc=3, argv=0x3) at ../../gcc/main.c:35

I can confirm this on 3.3.3 but works right on the mainline (after normal tweaks to the source for 
the libstdc++ headers).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-13 05:43:23
               date|                            |
            Summary|g++ segfaults in cc1plus    |[3.3 Regression] g++
                   |                            |segfaults in cc1plus
   Target Milestone|---                         |3.3.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13663


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]