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: "Arati Dikey" <AratiD at kpit dot com>
- Cc: <gcc-gnats at gcc dot gnu dot org>, <gcc-bugs at gcc dot gnu dot org>,<amylaar at gcc dot gnu dot org>, <amylaar at redhat dot com>
- Date: 06 Mar 2002 23:56:44 +0100
- Subject: Re: optimization/5768: sh codegen leaves stuff on stack
- References: <69595093233BB547BB70CF5E492B63F2364D@sohm.kpit.com>
"Arati Dikey" <AratiD@kpit.com> writes:
> hi !
>
> This problem is caused by the following patch.
> http://gcc.gnu.org/ml/gcc-cvs/2001-09/msg00359.html
>
> If you reverse it and rebuild the tool chain,the problem disappears.
A follow up:
Yes, this problem disappears, but other problems appear instead.
The program (not the minimal testcase in the PR, but my real program)
now crashes in other places instead.
So just reversing this patch is not a complete solution.
// Marcus