From: Chao-ying Fu Date: Fri, 10 Apr 2009 18:22:46 +0000 (+0000) Subject: interrupt_handler.c: Change from compile to assemble. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e990b5462369a9f29662c13ca4537710900de07;p=platform%2Fupstream%2Fgcc.git interrupt_handler.c: Change from compile to assemble. 2009-04-10 Chao-ying Fu * gcc.target/mips/interrupt_handler.c: Change from compile to assemble. From-SVN: r145935 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c6f808e..c7ddb9f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-04-10 Chao-ying Fu + + * gcc.target/mips/interrupt_handler.c: Change from compile to + assemble. + 2009-04-10 Kaveh R. Ghazi * objc/execute/forward-1.x: Fix x86_64 entry typos. diff --git a/gcc/testsuite/gcc.target/mips/interrupt_handler.c b/gcc/testsuite/gcc.target/mips/interrupt_handler.c index 1cf8918..35ee1d2 100644 --- a/gcc/testsuite/gcc.target/mips/interrupt_handler.c +++ b/gcc/testsuite/gcc.target/mips/interrupt_handler.c @@ -1,5 +1,5 @@ /* Test attributes for interrupt handlers */ -/* { dg-do compile } */ +/* { dg-do assemble } */ /* { dg-options "-mips32r2 -msoft-float" } */ void f () { }