From 3d7bef8def04568aa63743b7edd46a85af11152a Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Mon, 24 Dec 2018 11:23:57 +0000 Subject: [PATCH] Fix double-application of patch. From-SVN: r267399 --- gcc/testsuite/gcc.c-torture/pr88140.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gcc/testsuite/gcc.c-torture/pr88140.c b/gcc/testsuite/gcc.c-torture/pr88140.c index a08c2cb89d8d..1a2bd327a25a 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; } - - -- 2.43.5