This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: ICE with gcc 3.4


Hi Jim,
	
	Thank you very much for valuable suggestions. 
	
	I have a couple of crucial test cases for H8 and SH targets and while posting on gcc-patches mailing list and I will make sure that all test cases are in proper format.

	I have posted the test case on gcc-patches mailing list http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01871.html

	I am able to locate only one test case for h8300 target [h8300-stack-1.c].
 
	Please suggest the standard naming convention I should use for further test cases.
Thanks and Regards,
Nitin Yewale,
KPIT Cummins InfoSystems Ltd.
Pune, India

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNU based tool-chains for Renesas' SH and H8 Series.
The following site also offers free technical support to its users. 
Visit http://www.kpitgnutools.com for details. 
Latest versions of KPIT GNU tools were released on June 1, 2004.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-----Original Message-----
From: Jim Wilson [mailto:wilson@specifixinc.com]
Sent: Thursday, June 24, 2004 5:13 AM
To: Nitin Yewale
Cc: gcc-bugs@gcc.gnu.org
Subject: Re: ICE with gcc 3.4


Nitin Yewale wrote:
> 	I would like to add following test case in dejagnu test suite under "gcc/testsuite/gcc.c-torture/compile" directory.

Mailing it to gcc-bugs will not accomplish this.  Patches need to be 
sent to gcc-patches.  This also needs to be sent as a patch with a 
ChangeLog entry.

Also, you need a bit more work on the testcase.  It needs to fit into 
the testsuite.  This is an h8300 only testcase, so it needs to be marked 
as such.  See examples already in the testsuite, for instance, 
gcc/testsuite/gcc.dg/h8300-stack-1.c.  You also need to indicate where 
this is a compile only or compile and run testcase, and you need to put 
in any special compiler options, etc.  There are dg-* commands for all 
of this stuff.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]