This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: RFA init_propagate_block_info abort
- From: Jim Wilson <wilson at redhat dot com>
- To: Graham Stott <graham dot stott at btinternet dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: 06 Aug 2002 16:33:55 -0400
- Subject: Re: RFA init_propagate_block_info abort
- References: <3D4B424C.2090705@btinternet.com>
(if_then_else (ne:CC (const_int 1 [0x1])
(const_int 0 [0x0]))
(label_ref 5304)
(pc))
This RTL is not in canonical form, and thus it is likely incorrect. This
should be an unconditional branch instead of a conditional branch.
Jim