X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Finline-2.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2Finline-2.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=1320143c51922ba8178437da409a99216db27dab;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/inline-2.c b/gcc/testsuite/gcc.dg/inline-2.c deleted file mode 100644 index 1320143c..00000000 --- a/gcc/testsuite/gcc.dg/inline-2.c +++ /dev/null @@ -1,19 +0,0 @@ -/* Ensure that we continue to consider FOO local, even though - it has been deferred. */ -/* { dg-do compile } */ -/* { dg-options "-O3 -finline-limit=0 -fpic" } */ -/* { dg-warning "not supported" "PIC unsupported" { target cris-*-elf* cris-*-aout* mmix-*-* } 0 } */ - -static int foo(void) -{ - return 3; -} - -int bar(void) -{ - return foo() + 1; -} - -/* { dg-final { scan-assembler "bsr" { target alpha*-*-* } } } */ -/* { dg-final { scan-assembler-not "PLT" { target i?86-*-* } } } */ -/* { dg-final { scan-assembler-not "plt" { target powerpc*-*-* } } } */