[Bug c/95051] error: invalid RHS for gimple memory store:

2020-05-11 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95051 --- Comment #2 from David Binderman --- Reduced code: struct a { struct { struct { int b } c } }; struct d { struct { int e } f } g(h) { struct a *i; struct d *j = i->c.b = j->f.e; }

[Bug c/95051] error: invalid RHS for gimple memory store:

2020-05-11 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95051 --- Comment #1 from David Binderman --- Flags required: -w -O2 -std=gnu90 -fsanitize=kernel-address --param=asan-stack=1