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/37356] [4.4 Regression] ICE in gsi_insert_seq_nodes_after, at gimple-iterator.c:222



------- Comment #6 from hubicka at gcc dot gnu dot org  2008-09-09 12:23 -------
This also breaks because of gimple_regimplify_operands

Breakpoint 3, gimple_regimplify_operands (stmt=0x2aaaaaf5b100,
gsi_p=0x7fffffffe3b0) at ../../gcc/gimplify.c:7374
7374      push_gimplify_context (&gctx);
(gdb) p debug_gimple_stmt (stmt)
__comp_ctor  (&this_1(D)->time_);

shortly after processing this we die.  I am investigating.

Honza


-- 

hubicka at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenther at suse dot de,
                   |                            |jakub at redhat dot com


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


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