Commit 881f20cb by Nitin Yewale Committed by Jeff Law

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

From-SVN: r83563
parent fe7080d2
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.
......
/* { dg-do compile { target h8300-*-* } } */
/* { dg-options "-ms -mn" } */
void f(void) __attribute__((interrupt_handler));
void g(void) { }
void f(void) { g(); }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment