summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/cpp/tr-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/tr-sign.c')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/tr-sign.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/tr-sign.c b/gcc/testsuite/gcc.dg/cpp/tr-sign.c
deleted file mode 100644
index e48e8ccadd8..00000000000
--- a/gcc/testsuite/gcc.dg/cpp/tr-sign.c
+++ /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
OpenPOWER on IntegriCloud