Commit 6e990b54 by Chao-ying Fu Committed by Chao-ying Fu

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
parent 1afc5373
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> 2009-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* objc/execute/forward-1.x: Fix x86_64 entry typos. * objc/execute/forward-1.x: Fix x86_64 entry typos.
......
/* Test attributes for interrupt handlers */ /* Test attributes for interrupt handlers */
/* { dg-do compile } */ /* { dg-do assemble } */
/* { dg-options "-mips32r2 -msoft-float" } */ /* { dg-options "-mips32r2 -msoft-float" } */
void f () { } void f () { }
......
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