This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/35604] Label references are not updated after edge insertion
- From: "uros at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2008 17:16:50 -0000
- Subject: [Bug rtl-optimization/35604] Label references are not updated after edge insertion
- References: <bug-35604-1649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from uros at gcc dot gnu dot org 2008-06-18 17:16 -------
Subject: Bug 35604
Author: uros
Date: Wed Jun 18 17:16:05 2008
New Revision: 136899
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136899
Log:
PR rtl-optimization/35604
* jump.c (redirect_exp_1): Skip the condition of an IF_THEN_ELSE. We
only want to change jump destinations, not eventual label comparisons.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/jump.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35604