This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/85910] New: config/aarch64/aarch64.c:15653:12: warning: duplicated ‘if’ condition


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

            Bug ID: 85910
           Summary: config/aarch64/aarch64.c:15653:12: warning: duplicated
                    ‘if’ condition
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

svn blame says:

256612   rsandifo       if (d->vec_flags == VEC_SVE_DATA)
256612   rsandifo       return aarch64_evpc_sve_tbl (d);
256612   rsandifo       else if (d->vec_flags == VEC_SVE_DATA)
256612   rsandifo       return aarch64_evpc_tbl (d);

Possible typo ?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]