This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for PR 28574 (tablejump label disappears)
- From: Roger Sayle <roger at eyesopen dot com>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 19 Sep 2006 20:56:44 -0600 (MDT)
- Subject: Re: Patch for PR 28574 (tablejump label disappears)
Hi Steve,
On Tue, 19 Sep 2006, Steve Ellcey wrote:
> 2006-09-19 Steve Ellcey <sje@cup.hp.com>
>
> PR 28574
> * ifcvt.c (dead_or_predicable): Don't predicate then blocks
> with tablejumps in them.
>
> * gcc.dg/pr28574.c: New test.
This is OK for mainline, but please specify "PR target/28574" in the
ChangeLog entries. The one-time-pad alphabetic check-prefix "target"
helps detect/correct typos in the PR number :-)
Thanks for fixing this.
Roger
--