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 stevenb at suse dot de  2005-01-24 21:50 -------
Subject: Re:  computed gotos are not folded back to regular gotos when it is found that they are not computed gotos at all

On Monday 24 January 2005 22:37, law at redhat dot com wrote:
> Out of curiosity, does this case actually happen very often?  Maybe
> in Fortran code perhaps?

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


-- 


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]