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 middle-end/12794] [tree-ssa] ICE with attribute __alias__


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-01 03:35 -------
I now get a seg fault:
#0  gimple_expand_calls_inline (stmt_p=0x40df0df4, id=0xbffff040) at /Volumes/UFS_Partition/
pinskia/src/gccssa/src/gcc/tree-inline.c:1618
#1  0x001c8fb4 in optimize_inline_calls (fn=0x40df0d98) at /Volumes/UFS_Partition/pinskia/src/
gccssa/src/gcc/tree-inline.c:1747
#2  0x001e2dac in cgraph_optimize_function (node=0x40df0d98) at /Volumes/UFS_Partition/
pinskia/src/gccssa/src/gcc/cgraphunit.c:473
#3  0x001e2d7c in cgraph_optimize_function (node=0x40df0e10) at /Volumes/UFS_Partition/
pinskia/src/gccssa/src/gcc/cgraphunit.c:477
#4  0x001e2df0 in cgraph_expand_function (node=0x40df0e88) at /Volumes/UFS_Partition/
pinskia/src/gccssa/src/gcc/cgraphunit.c:492
#5  0x001e2f00 in cgraph_assemble_pending_functions () at /Volumes/UFS_Partition/pinskia/src/
gccssa/src/gcc/cgraphunit.c:142
#6  0x001e4478 in cgraph_finalize_function (decl=0x40df0a50, nested=false) at /Volumes/
UFS_Partition/pinskia/src/gccssa/src/gcc/cgraphunit.c:221
#7  0x0001cba8 in finish_function () at /Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/c-
decl.c:6158
#8  0x00004f10 in yyparse () at c-parse.y:386
#9  0x000098b8 in c_parse_file () at c-parse.y:3033
#10 0x0004eb88 in c_common_parse_file (set_yydebug=1088359924) at /Volumes/UFS_Partition/
pinskia/src/gccssa/src/gcc/c-opts.c:1222
#11 0x000b1c1c in toplev_main (argc=5088092, argv=0x1) at /Volumes/UFS_Partition/pinskia/
src/gccssa/src/gcc/toplev.c:1861
#12 0x00001c5c in _start (argc=14, argv=0xbffffd20, envp=0xbffffd5c) at /SourceCache/Csu/
Csu-46/crt.c:267
#13 0x00001ad0 in start ()

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |middle-end
   Last reconfirmed|2003-10-30 05:42:01         |2003-12-01 03:36:00
               date|                            |


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


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