https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88807
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P5
Severity|normal |enhancement
--- Comment #1 from kargl at gcc dot gnu.org ---
(In reply to nightstrike from comment #0)
> While building libgfortran, I receive the following warnings for
> -Wmisleading-indentation:
>
> ../../../libgfortran/generated/minloc0_4_i1.c: In function 'minloc0_4_i1':
> ../../../libgfortran/generated/minloc0_4_i1.c:138:5: warning: this 'else'
> clause does not guard... [-Wmisleading-indentation]
> 138 | else
> | ^~~~
These files were GENERATED from an m4 file. There cannot
not be anything misleading in these files as a human isn't
expected to read the GENERATED c code.