This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: RFA Fix C/13014
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.
> - that's _just_ what we need. Something else to slow down the
> compiler.
Combine it with the walk that looks for labels?
r~