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: [patch] stmt.c: Resort to the binary tree method if neither casesi or tablejump is available.


On Sun, Jan 18, 2004 at 05:06:49PM -0500, Kazu Hirata wrote:
> 	* stmt.c (HAVE_casesi): Define it not already defined.
> 	(HAVE_tablejump): Likewise.
> 	(expand_end_case_type): Resort to the binary tree method if
> 	neither casesi or tablejump is available.

I suppose this is ok, but why would you not want one of the two?


r~


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