[Bug target/26743] gcc generates unreachable branch
tausq at debian dot org
gcc-bugzilla@gcc.gnu.org
Sun Mar 19 15:52:00 GMT 2006
------- Comment #3 from tausq at debian dot org 2006-03-19 15:52 -------
I think this is a bit different, the bit of code that causes the problem is:
339796 .loc 1 38663 0
339797 or,<> %r28,%r0,%r3
339798 b .L25049
339799 copy %r4,%r19
This bit of code is (I think) generated by output_movb() in pa.c, which doesn't
check if the branch target is reachable.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26743
More information about the Gcc-bugs
mailing list