From: steven Date: Tue, 18 May 2010 14:13:10 +0000 (+0000) Subject: fix broken checkin, test should be link not assemble X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=7fa9f0b5bf5c4c7f9239aed98a03598a35755980;ds=inline fix broken checkin, test should be link not assemble git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159533 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/gcc.dg/lto/20100518_0.c b/gcc/testsuite/gcc.dg/lto/20100518_0.c index 5aea2d67288..02290b5feb2 100644 --- a/gcc/testsuite/gcc.dg/lto/20100518_0.c +++ b/gcc/testsuite/gcc.dg/lto/20100518_0.c @@ -1,4 +1,4 @@ -/* { dg-lto-do assemble } */ +/* { dg-lto-do link } */ /* Forgot to steam in/out the number of labels for asm goto. PR44184. */ extern int printf (__const char *__restrict __format, ...);