From: hubicka Date: Mon, 24 Dec 2018 11:23:57 +0000 (+0000) Subject: Fix double-application of patch. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dfb9d383cb5a9eb4ec03dcaac700c2ffeee17c7;p=thirdparty%2Fgcc.git Fix double-application of patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267399 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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; } - -