OSDN Git Service

2009-04-10 Chao-ying Fu <fu@mips.com>
authorchaoyingfu <chaoyingfu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Apr 2009 18:22:46 +0000 (18:22 +0000)
committerchaoyingfu <chaoyingfu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Apr 2009 18:22:46 +0000 (18:22 +0000)
* gcc.target/mips/interrupt_handler.c: Change from compile to
assemble.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145935 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/interrupt_handler.c

index c6f808e..c7ddb9f 100644 (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.
index 1cf8918..35ee1d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Test attributes for interrupt handlers */
-/* { dg-do compile } */
+/* { dg-do assemble } */
 /* { dg-options "-mips32r2 -msoft-float" } */
 
 void f () { }