* gcc.dg/kpice1.c: New test.
From-SVN: r83563
This commit is contained in:
parent
fe7080d2c8
commit
881f20cbcd
@ -1,3 +1,7 @@
|
||||
2006-06-23 Nitin Yewale <NitinY@KPITCummins.com>
|
||||
|
||||
* gcc.dg/kpice1.c: New test.
|
||||
|
||||
2006-06-23 Andrew Pinski <apinski@apple.com>
|
||||
|
||||
* gcc.dg/c90-array-quals.c: New test.
|
||||
|
6
gcc/testsuite/gcc.dg/kpice1.c
Normal file
6
gcc/testsuite/gcc.dg/kpice1.c
Normal file
@ -0,0 +1,6 @@
|
||||
/* { dg-do compile { target h8300-*-* } } */
|
||||
/* { dg-options "-ms -mn" } */
|
||||
|
||||
void f(void) __attribute__((interrupt_handler));
|
||||
void g(void) { }
|
||||
void f(void) { g(); }
|
Loading…
Reference in New Issue
Block a user