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: RFA Fix C/13014


On Sun, 2003-11-16 at 20:34, Richard Henderson wrote:
> On Sun, Nov 16, 2003 at 01:30:28PM -0800, Eric Christopher wrote:
> > The only other way I can think to fix the testcase would be a
> > routine that does a tree walk especially for these two cases (break and
> > continue)
> 
> This is what I suggested the first time round.
> 
> 

Yeah, but this looked simpler. I'd forgotten about nested functions :)

> > - that's _just_ what we need. Something else to slow down the
> > compiler.
> 
> Combine it with the walk that looks for labels?
> 

I'll give it a shot.

-eric

-- 
Eric Christopher <echristo@redhat.com>


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