https://bugs.kde.org/show_bug.cgi?id=444110

            Bug ID: 444110
           Summary: priv/guest_ppc_toIR.c:36198:31: warning: duplicated
                    'if' condition
           Product: valgrind
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: vex
          Assignee: jsew...@acm.org
          Reporter: dcb...@hotmail.com
  Target Milestone: ---

SUMMARY

gcc with compiler flag -Wduplicated-cond says:

priv/guest_ppc_toIR.c: In function 'disInstr_PPC_WRK':
priv/guest_ppc_toIR.c:36198:31: warning: duplicated 'if' condition
[-Wduplicated-cond]
36198 |          } else if (is_prefix && ( ptype == pType1 ) ) {  // plbz: 
load instruction
      |                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
priv/guest_ppc_toIR.c:36193:24: note: previously used here
36193 |          if (is_prefix && ( ptype == pType1 ) ) {
      |              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to