[LLVMbugs] [Bug 18880] New: [win32] __restrict pointer arguments are mangled incorrectly

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 18 01:36:08 PST 2014


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

            Bug ID: 18880
           Summary: [win32] __restrict pointer arguments are mangled
                    incorrectly
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: timurrrr at google.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

void f(int *__restrict p) {}
  is mangled as
?f@@YAXPAH at Z
  should be
?f@@YAXPIAH at Z

-- 
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/20140218/30aa6e31/attachment.html>


More information about the llvm-bugs mailing list