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 target/26743] gcc generates unreachable branch



------- 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


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