From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2619 invoked by alias); 7 Mar 2002 05:36:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 2600 invoked by uid 71); 7 Mar 2002 05:36:01 -0000 Date: Wed, 06 Mar 2002 21:36:00 -0000 Message-ID: <20020307053601.2598.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Arati Dikey" Subject: RE: optimization/5768: sh codegen leaves stuff on stack Reply-To: "Arati Dikey" X-SW-Source: 2002-03/txt/msg00224.txt.bz2 List-Id: The following reply was made to PR optimization/5768; it has been noted by GNATS. From: "Arati Dikey" To: "Marcus Comstedt" Cc: , , , , Subject: RE: optimization/5768: sh codegen leaves stuff on stack Date: Thu, 7 Mar 2002 10:54:23 +0530 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" 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