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

            Bug ID: 110041
           Summary: gcc/config/i386/i386-expand.cc:23394:5: warning:
                    misleading indentation
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

I just tried a build of gcc trunk with clang. It said:

gcc/config/i386/i386-expand.cc:23394:5: warning: misleading indentation;
statement is not part of the previous 'else' [-Wmisleading-indentation]

git blame says:

52ff3f7b86 (Uros Bizjak              2023-05-25 19:40:26 +0200 23394)     if
(code != MULT && op2vec)

It might be worth tidying this up.

Reply via email to