]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/paste4.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / paste4.c
diff --git a/gcc/testsuite/gcc.dg/cpp/paste4.c b/gcc/testsuite/gcc.dg/cpp/paste4.c
deleted file mode 100644 (file)
index a291dea..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.  */
-/* { dg-do compile } */
-/* { dg-options -save-temps } */
-
-/* Since 1.0e and + form the pasted token, 1 is a separate token and
-   so should be output with a preceding space.  The old preprocessor
-   gets this wrong.  We use -save-temps to avoid direct use of the
-   integrated preprocessor.  */
-
-#define glue(x, y) x ## y
-
-int main ()
-{
-  double d = glue (1.0e, +1); /* { dg-error "floating const|(parse|syntax) error" } */
-  return 0;
-}