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] tree-cfg.c: Check that a nonlocal label doesn't appear in the middle of a basic block.


On Wed, Jan 19, 2005 at 12:00:30AM -0500, Kazu Hirata wrote:
> Note that we don't consider a nonlocal label to be appearing in the
> middle of a basic block if all the statements before the label are
> also nonlocal labels.

That would be buggy.  Recall that rtl emits code at each 
non-local label.  That is why we cannot fallthru to any
block that contains a non-local label, nor can we merge them.


r~


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