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 gcov/profile/28480] inliner-1.c:31: ICE: in set_bb_for_stmt, at tree-cfg.c:2775



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-07-25 14:17 -------
            /* We're moving an existing label.  Make sure that we've
                removed it from the old block.  */
            gcc_assert (!bb
                        || !VEC_index (basic_block, label_to_block_map, uid));


-- 


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


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