Saw these warnings during build: ../../../gdb/gdb/symfile.c: In function 'find_pc_overlay': ../../../gdb/gdb/symfile.c:3295:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (overlay_debugging) ^ ../../../gdb/gdb/symfile.c: In function 'find_pc_mapped_section': ../../../gdb/gdb/symfile.c:3322:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (overlay_debugging) ^ ../../../gdb/gdb/symfile.c: In function 'list_overlays_command': ../../../gdb/gdb/symfile.c:3340:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (overlay_debugging) ^
See https://sourceware.org/ml/gdb-patches/2016-04/msg00656.html .
The fix is in both master and 7.11.1, so tentatively closing. If this still triggers, please reopen.
Assigning to self, for release-fix point of contact.