From: Jan Hubicka Date: Mon, 24 Dec 2018 11:23:57 +0000 (+0000) Subject: Fix double-application of patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d7bef8def04568aa63743b7edd46a85af11152a;p=gcc.git Fix double-application of patch. From-SVN: r267399 --- diff --git a/gcc/testsuite/gcc.c-torture/pr88140.c b/gcc/testsuite/gcc.c-torture/pr88140.c index a08c2cb89d8..1a2bd327a25 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; } - -