[llvm-bugs] [Bug 39090] New: va_start on aarch64 windows is incorrectly checked in SemaChecking
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 26 11:46:45 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39090
Bug ID: 39090
Summary: va_start on aarch64 windows is incorrectly checked in
SemaChecking
Product: clang
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: froydnj at gmail.com
CC: llvm-bugs at lists.llvm.org
This case:
https://github.com/llvm-mirror/clang/blob/26346fbcb9bb9fe7a6374e84eb994e8743e65327/lib/Sema/SemaChecking.cpp#L930-L936
needs to check for aarch64 as well, as __va_start takes five args on AArch64
Windows.
--
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/20180926/11c1ef60/attachment.html>
More information about the llvm-bugs
mailing list