Re: [PATCH] Fix bug 86293

2018-10-30 Thread Jeff Law
On 10/29/18 10:39 PM, Nicholas Krause wrote: > This fixes the bug on the gcc bugzilla with id, 86293. Basically > a variable is undefined in certain build configuration scentarios > and must be enabled with the attribute marco and the flag, unused > for it to avoid this build error. Build and regt

[PATCH] Fix bug 86293

2018-10-29 Thread Nicholas Krause
This fixes the bug on the gcc bugzilla with id, 86293. Basically a variable is undefined in certain build configuration scentarios and must be enabled with the attribute marco and the flag, unused for it to avoid this build error. Build and regtested on x86_64_gnu, ok for trunk? Signed-off-by: Ni