This is the mail archive of the gcc@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: [Bug gcc/12279] Re: GCC 3.4-20030913 VAX lossage.


Richard Henderson <rth@redhat.com> writes:

> On Mon, Sep 15, 2003 at 09:21:21PM -0700, Ian Lance Taylor wrote:
> > 	* cfgcleanup.c (label_is_jump_target_p): Correct use of table
> > 	returned by tablejump_p.
> 
> Ok.
> 
> No idea how this didn't get noticed before...

I looked at it a bit more.  I suspect the only time that tablejump_p()
returns true in label_is_jump_target_p() is when CASE_DROPS_THROUGH is
defined, and that is only defined for the VAX.

Ian


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