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: "Arati Dikey" <AratiD at kpit dot com>
- To: "Marcus Comstedt" <marcus at mc dot pp dot se>
- 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>,<aoliva at redhat dot com>
- Date: Thu, 7 Mar 2002 10:54:23 +0530
- Subject: RE: optimization/5768: sh codegen leaves stuff on stack
hi !
Can you please give the details of how/where your actual program crashes
?
My sample program worked after reversing the patch. So, how can I
reproduce the
problem you are facing ?
For e.g
What options are you giving to gcc ?
Where does your program crash ?
and whatever other details you can think of to give some insight into
the problem.
thanks in advance
Arati Dikey
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNUSH tool chain for Hitachi's SH Series.
The following site also offers free support to European customers.
Read more at http://www.kpit.com/products/support.htm.
Latest version of GNUSH is released on Jan 1, 2002.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"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