* gcc.dg/kpice1.c: New test.

From-SVN: r83563
This commit is contained in:
Nitin Yewale 2004-06-23 13:58:01 -06:00 committed by Jeff Law
parent fe7080d2c8
commit 881f20cbcd
2 changed files with 10 additions and 0 deletions

View File

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

View 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(); }