This is the mail archive of the gcc-patches@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]

Re: rfc: don't delete alternate entry points in cfgcleanup.c


On Mon, Jan 27, 2003 at 06:17:05PM -0800, Zack Weinberg wrote:
> We discovered while trying to do stuff with alternate entry points
> that cfgcleanup.c is prone to delete the special CODE_LABELs.

The correct way to handle this is to have an edge from
ENTRY_BLOCK to these alternate entry points.  Using 
LABEL_PRESERVE_P is incorrect.


r~


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