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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note clang warns here:
pr70405-3.c:11:3: warning: add explicit braces to avoid dangling else
[-Wdangling-else]
  else
  ^
and it warns regardless of the indentation.

Reply via email to