aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr52756.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr52756.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr52756.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr52756.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr52756.c
deleted file mode 100644
index 175b414e1..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr52756.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* { dg-do compile } */
-
-void Env_FetchObj0AttrOffset (unsigned int NumFields, int *Status)
-{
- int Found = 0;
- if (NumFields)
- while ((*Status == 0) && NumFields-- > 0 && Found == 0)
- Found = 1;
-}