This is the mail archive of the gcc@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]

ICE with gcc 3.4, would like to add test case in Dejagnu test suite


Hi,
	I would like to add following test case in dejagnu test suite under "gcc/testsuite/gcc.c-torture/compile" directory.

	Following program was giving ICE with "h8300-elf-gcc -ms -mn -c kp_ice.cpp" command line.

	H8300-elf toolchain is built by using gcc 3.4.

/**************** START of kp_ice.cpp**************************/
void f(void) __attribute__((interrupt_handler));
void g(void) { }
void f(void) { g(); }
/**************** End of kp_ice.cpp**************************/

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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 


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