[llvm-bugs] [Bug 28634] New: switch torture C test case fail

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 20 17:39:34 PDT 2016


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

            Bug ID: 28634
           Summary: switch torture C test case fail
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: pichet2000 at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 16777
  --> https://llvm.org/bugs/attachment.cgi?id=16777&action=edit
test case

see attached file for test case.

clang test.c
./a.out
res1: 0
res2: 0
res2: 42
Assertion failed: (res1 == 42), function main, file test.c, line 50.


this used to work about 1 month ago.


I could reproduce that on macos x86-64 and on an out of tree target.

-- 
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/20160721/43e00ac1/attachment.html>


More information about the llvm-bugs mailing list