[LLVMbugs] [Bug 14001] New: Compilation warning on windows MSVS 2010 with hexagon backend.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 2 16:39:30 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=14001

             Bug #: 14001
           Summary: Compilation warning on windows MSVS 2010 with hexagon
                    backend.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: micah.villmow at amd.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


113>D:\llvm\include\llvm/Support/MathExtras.h(64): warning C4554: '<<' : check
operator precedence for possible error; use parentheses to clarify precedence
113>          D:\llvm\include\llvm/Support/MathExtras.h(84) : see reference to
function template instantiation 'bool llvm::isUInt<9>(uint64_t)' being compiled
113>          ..\..\..\..\lib\Target\Hexagon\HexagonInstrInfo.cpp(1325) : see
reference to function template instantiation 'bool
llvm::isShiftedUInt<6,3>(uint64_t)' being compiled
113>D:\llvm\include\llvm/Support/MathExtras.h(64): warning C4554: '<<' : check
operator precedence for possible error; use parentheses to clarify precedence
113>          D:\llvm\include\llvm/Support/MathExtras.h(84) : see reference to
function template instantiation 'bool llvm::isUInt<7>(uint64_t)' being compiled
113>          ..\..\..\..\lib\Target\Hexagon\HexagonInstrInfo.cpp(1335) : see
reference to function template instantiation 'bool
llvm::isShiftedUInt<6,1>(uint64_t)' being compiled

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list