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.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4f26e54914a90c2cf2ec95afba9fa7238eb58b;p=thirdparty%2Fgcc.git 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 5aea2d672881..02290b5feb2e 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, ...);