projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77e9f49
)
Fix double-application of patch.
author
Jan Hubicka
<hubicka@gcc.gnu.org>
Mon, 24 Dec 2018 11:23:57 +0000
(11:23 +0000)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.c-torture/pr88140.c
b/gcc/testsuite/gcc.c-torture/pr88140.c
index a08c2cb89d8d7d088049fe98985fe853eaf6b6db..1a2bd327a25a163f3ce40e921b10abfeb43756bb 100644
(file)
--- 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; }
-
-