[llvm-bugs] [Bug 24509] New: Regression(243039:245342): blink's StringHasherTest.StringHasher_addCharacters test is getting miscompiled on 32-bit x86

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 19 13:55:39 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24509

            Bug ID: 24509
           Summary: Regression(243039:245342): blink's
                    StringHasherTest.StringHasher_addCharacters test is
                    getting miscompiled on 32-bit x86
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

third_party/llvm-build/Release+Asserts/bin/clang++  test.ii  -O2 -std=c++11
-fno-rtti -fno-exceptions    -m32 -isysroot $(xcrun -show-sdk-path) -o repro


Generates a binary that prints "passed" with clang at 243039, but it prints a
bunch of failures with clang at 245342

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150819/0ecbca65/attachment-0001.html>


More information about the llvm-bugs mailing list