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 java/12257] Inner classes with same name causes crash.


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-26 23:26 -------
Here is the backtrace:

0x0807fca5 in patch_method_invocation (patch=0x4004c340, primary=0x0, where=0x0, 
from_super=1, is_static=0x0, ret_decl=0xbffebe98)
    at parse.y:10752
10752       if (JPRIMITIVE_TYPE_P (TREE_TYPE (TREE_VALUE (ta))) &&
(gdb) bt
#0  0x0807fca5 in patch_method_invocation (patch=0x4004c340, primary=0x0, where=
0x0, from_super=1, is_static=0x0, 
    ret_decl=0xbffebe98) at parse.y:10752
#1  0x08072c54 in java_complete_lhs (node=0x4004c340) at parse.y:11906
#2  0x0807d17c in java_complete_tree (node=0x4004c340) at parse.y:11424
#3  0x08072659 in java_complete_lhs (node=0x4004c360) at parse.y:11822
#4  0x0807d17c in java_complete_tree (node=0x400c3384) at parse.y:11424
#5  0x08077221 in java_complete_lhs (node=0x400c3370) at parse.y:11545
#6  0x0807d17c in java_complete_tree (node=0x0) at parse.y:11424
#7  0x0807d3e7 in java_complete_expand_method (mdecl=0x400c1a20) at 
parse.y:8046
#8  0x0807dfaf in java_complete_expand_class (outer=0x400c1804) at parse.y:7761
#9  0x0807e9bc in java_expand_classes () at parse.y:7662
#10 0x080bb5a3 in java_parse_file (set_yydebug=0) at /home/gates/pinskia/src/gnu/gcc/
src/gcc/java/jcf-parse.c:1112
#11 0x082f68fd in toplev_main (argc=1, argv=0xbffec5a3) at /home/gates/pinskia/src/
gnu/gcc/src/gcc/toplev.c:1804
#12 0x080d250e in main (argc=1, argv=0x1) at /home/gates/pinskia/src/gnu/gcc/src/gcc/
main.c:35

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-09-12 14:52:00         |2003-12-26 23:26:11
               date|                            |


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


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