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: unassignedclangb...@nondot.org
Reporter: froy...@gmail.com
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs