aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/gcc.c-torture/pr88140.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/testsuite/gcc.c-torture/pr88140.c b/gcc/testsuite/gcc.c-torture/pr88140.c
index a08c2cb..1a2bd32 100644
--- a/gcc/testsuite/gcc.c-torture/pr88140.c
+++ b/gcc/testsuite/gcc.c-torture/pr88140.c
@@ -6,14 +6,3 @@ typedef struct {
} c;
void d() { ((c *)0)->b[0] = 0; }
-
-typedef struct {
-} a;
-
-typedef struct {
- a *b[0];
-} c;
-
-void d() { ((c *)0)->b[0] = 0; }
-
-