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

[Bug tree-optimization/18133] computed gotos are not folded back to regular gotos when it is found that they are not computed gotos at all


------- Additional Comments From law at redhat dot com  2005-01-24 21:59 -------
Subject: Re:  computed gotos are not folded
	back to regular gotos when it is found that they are not computed gotos at
	all

On Mon, 2005-01-24 at 21:50 +0000, stevenb at suse dot de wrote:

> It can happen a lot in interpreter code, though probably not *that*
> often.  The most important reason why I would like to see this handled
> at the tree level is because jump bypassing in gcse.c can do it, see
> http://gcc.gnu.org/ml/gcc-patches/2003-02/msg00647.html
OK.  Thanks,
Jeff



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18133


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