------- Comment #4 from ubizjak at gmail dot com  2010-05-11 08:56 -------
I don't know why locations are all mixed up here, but this is correct place of
failure:

0x000000000056598a in fixup_reorder_chain ()
    at ../../gcc-svn/trunk/gcc/cfglayout.c:866
866                       || e_fall->dest == EXIT_BLOCK_PTR)
(gdb) l
861                 }
862               else if (extract_asm_operands (PATTERN (bb_end_insn)) !=
NULL)
863                 {
864                   /* If the old fallthru is still next, nothing to do.  */
865                   if (bb->aux == e_fall->dest
866                       || e_fall->dest == EXIT_BLOCK_PTR)
867                     continue;
868     
869                   /* Otherwise we'll have to use the fallthru fixup below. 
*/
870                 }


-- 


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

Reply via email to