https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70436
Bernd Schmidt <bernds at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernds at gcc dot gnu.org Summary|-Wmisleading-indentation |[4.9/5/6 Regression] |missing warning |-Wparentheses missing | |ambiguous else warning --- Comment #8 from Bernd Schmidt <bernds at gcc dot gnu.org> --- This should be part of -Wparentheses, where we already have dangling else warnings (called "ambiguous else"). Earlier versions of gcc warned for this case.