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