aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20020304-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/20020304-2.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/20020304-2.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/20020304-2.c b/gcc/testsuite/gcc.c-torture/compile/20020304-2.c
deleted file mode 100644
index 9a162d4935d..00000000000
--- a/gcc/testsuite/gcc.c-torture/compile/20020304-2.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* This testcase ICEd because a SUBREG of MEM/v was never
- simplified. */
-volatile unsigned long long *a;
-
-unsigned char
-foo (void)
-{
- unsigned char b = (*a != 0);
- return b;
-}