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 pinskia at physics dot uc dot edu  2005-01-24 21:47 -------
Subject: Re:  computed gotos are not folded back to regular gotos when it is found that they are not computed gotos at all


On Jan 24, 2005, at 4:37 PM, law at redhat dot com wrote:

> Out of curiosity, does this case actually happen very often?  Maybe
> in Fortran code perhaps?

Actually I don't think this happens very much but it could happen
a lot with generated code from Scheme code (which gets converted
to c).

-- Pinski



-- 


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]