]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/tr-sign.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / tr-sign.c
diff --git a/gcc/testsuite/gcc.dg/cpp/tr-sign.c b/gcc/testsuite/gcc.dg/cpp/tr-sign.c
deleted file mode 100644 (file)
index e48e8cc..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright (C) 2001 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess { target i?86-*-* } } */
-
-/* { dg-options "-traditional" } */
-
-/* Tests that traditional numbers are signed, unless otherwise
-   specified.  This test assumes a 32 bit target.
-
-   Neil Booth, 5 Aug 2001.  Inspired by PR 3824.  */
-
-#if 0xffffffff >= 0
-# error        0xffffffff      /* { dg-bogus "0xffffffff" "0xffffffff positive" } */
-#endif
-
-#if 0xffffffffU <= 0
-# error        0xffffffffU     /* { dg-bogus "0xffffffffU" "0xffffffffU negative" } */
-#endif