X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fpaste10.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fpaste10.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=ab3cb9050bee8a3b678987e06042946aba664163;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/cpp/paste10.c b/gcc/testsuite/gcc.dg/cpp/paste10.c deleted file mode 100644 index ab3cb905..00000000 --- a/gcc/testsuite/gcc.dg/cpp/paste10.c +++ /dev/null @@ -1,15 +0,0 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. */ - -/* { dg-do preprocess } */ -/* { dg-options "" } */ - -/* This testcase used to produce a bogus "invalid paste" warning, owing - to not clearing a PASTE_LEFT flag. */ - -#define strcpy(src) __strcpy_small (src) - -#define __strcpy_small(src) src - -#define tprintf(format, args...) sprintf(format, ## args) - -strcpy(tprintf("<%s>", test))