This is the mail archive of the gcc-patches@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: [testsuite] new test case for ICE on H8/300 target


On Wed, 2004-06-23 at 03:06, Nitin Yewale wrote:
> Hi,
> 	I would like to add following test case in dejagnu test suite under "gcc.c-torture/compile" directory.
> 
> 	Following program was giving ICE with "h8300-elf-gcc -ms -mn -c kpice1.c" command line.
> 
> 	H8300-elf toolchain is built by using gcc 3.4.
> 
> 	Patch for above ICE is available on http://gcc.gnu.org/ml/gcc-cvs/2004-06/msg00227.html
> 
> /**************** START of kpice1.c**************************/
> 
> /* { dg-do compile { target h8300-*-* } } */
> void f(void) __attribute__((interrupt_handler));
> void g(void) { }
> void f(void) { g(); }
> 
> /**************** End of kpice1.c**************************/
THanks.  I added this to the testsuite.

jeff



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