------- Comment #3 from kazuhiro dot inaoka dot ud at renesas dot com 2010-07-09 05:09 ------- Created an attachment (id=21155) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21155&action=view) It's not enough case.
The code that I expect is the following. _func: tst #4, r1 bne .L6 tst #1, r1 bne .L7 tst #2, r1 bne .L8 bra _f4 .L8: bra _f3 .L6: bra _f1 .L7: bra _f2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44884