[Bug c++/79232] error: invalid rhs for gimple memory store

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Thu Jan 26 09:17:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79232

--- Comment #1 from David Binderman <dcb314 at hotmail dot com> ---
Reduced C++ source code

extern char a[];
int b;
char c, e;
long d;
void fn1() { (0, b ? &c : a)[d] = e; }


More information about the Gcc-bugs mailing list