Commit 3d7bef8d by Jan Hubicka

Fix double-application of patch.

From-SVN: r267399
parent 77e9f495
...@@ -6,14 +6,3 @@ typedef struct { ...@@ -6,14 +6,3 @@ typedef struct {
} c; } c;
void d() { ((c *)0)->b[0] = 0; } void d() { ((c *)0)->b[0] = 0; }
typedef struct {
} a;
typedef struct {
a *b[0];
} c;
void d() { ((c *)0)->b[0] = 0; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment