Fix double-application of patch.

From-SVN: r267399
This commit is contained in:
Jan Hubicka 2018-12-24 11:23:57 +00:00
parent 77e9f49535
commit 3d7bef8def

View 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; }