From: Jan Hubicka Date: Mon, 24 Dec 2018 11:23:57 +0000 (+0000) Subject: Fix double-application of patch. X-Git-Tag: basepoints/gcc-10~2101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d7bef8def04568aa63743b7edd46a85af11152a;p=thirdparty%2Fgcc.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 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; } - -