Fix double-application of patch.
authorJan Hubicka <hubicka@gcc.gnu.org>
Mon, 24 Dec 2018 11:23:57 +0000 (11:23 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 24 Dec 2018 11:23:57 +0000 (11:23 +0000)
From-SVN: r267399

gcc/testsuite/gcc.c-torture/pr88140.c

index a08c2cb89d8d7d088049fe98985fe853eaf6b6db..1a2bd327a25a163f3ce40e921b10abfeb43756bb 100644 (file)
@@ -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; }
-
-