interrupt_handler.c: Change from compile to assemble.

2009-04-10  Chao-ying Fu  <fu@mips.com>

	* gcc.target/mips/interrupt_handler.c: Change from compile to
	assemble.

From-SVN: r145935
This commit is contained in:
Chao-ying Fu 2009-04-10 18:22:46 +00:00 committed by Chao-ying Fu
parent 1afc537304
commit 6e990b5462
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-04-10 Chao-ying Fu <fu@mips.com>
* gcc.target/mips/interrupt_handler.c: Change from compile to
assemble.
2009-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* objc/execute/forward-1.x: Fix x86_64 entry typos.

View File

@ -1,5 +1,5 @@
/* Test attributes for interrupt handlers */
/* { dg-do compile } */
/* { dg-do assemble } */
/* { dg-options "-mips32r2 -msoft-float" } */
void f () { }