This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimization/5768: sh codegen leaves stuff on stack
- From: Marcus Comstedt <marcus at mc dot pp dot se>
- To: rth at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org,rth at gcc dot gnu dot org
- Date: 27 Mar 2002 23:12:05 +0100
- Subject: Re: optimization/5768: sh codegen leaves stuff on stack
- References: <20020325220621.19476.qmail@sources.redhat.com>
rth@gcc.gnu.org writes:
> Synopsis: sh codegen leaves stuff on stack
>
> State-Changed-From-To: open->feedback
> State-Changed-By: rth
> State-Changed-When: Mon Mar 25 14:06:20 2002
> State-Changed-Why:
> This appears to have been fixed for gcc 3.1. Would you mind
> checking the prerelease snapshots to verify this for your
> real application as opposed to merely the test case?
I have now compiled my application with the 20020325 snapshot, and
both code inspection and test runs indicate that correct code is now
indeed generated.
// Marcus