[LLVMbugs] [Bug 24320] New: [Windows] _crt_va_arg is miscomputed

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 30 13:39:05 PDT 2015


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

            Bug ID: 24320
           Summary: [Windows] _crt_va_arg is miscomputed
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: compnerd at compnerd.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 14675
  --> https://llvm.org/bugs/attachment.cgi?id=14675&action=edit
reduced.c

_crt_va_arg is miscomputed when dealing with variadics on Windows.  In debug
builds, this is most easily visible, with the argue being off by 12 bytes.

-- 
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/20150730/66eee8f4/attachment.html>


More information about the llvm-bugs mailing list