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: Fix nested functions


Jan Hubicka wrote:

> I see, adding "&& !LABEL_REF_NONLOCAL_P (trial)" would probably help
> here, I will test the change tomorrow.

That crashes, because it then falls through to validate_change, 
which succeeds in re-recognizing the insn as a direct jump;
but now we have a direct jump with NULL JUMP_LABEL ...

> the nonlocal gotos are usually indirect, so one mechanizm is marking the
> indirect goto while the other is marking the actual label when it is
> load to register, I think.

Makes sense, thanks!

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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