X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fsyshdr.h;fp=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fsyshdr.h;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=3f546aa5206ad60b1bd7e1be539d5233da5ca1cd;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/cpp/syshdr.h b/gcc/testsuite/gcc.dg/cpp/syshdr.h deleted file mode 100644 index 3f546aa5..00000000 --- a/gcc/testsuite/gcc.dg/cpp/syshdr.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Indented to avoid "suggest hiding ..." warnings. */ - #pragma GCC system_header - -#define sys_uint 1U -#define sys_str(x) x -#define sys_foo(x, y...) bar (x, ##y) - -#define sys_uint 1U -#define sys_fl 1.0f -#define sys_ld 1.0L