[LLVMbugs] [Bug 2263] New: clang doesn't pick up type attribute on argument
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Apr 29 12:51:33 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2263
Summary: clang doesn't pick up type attribute on argument
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
CC: llvmbugs at cs.uiuc.edu
Clang doesn't parse this because the attr isn't applied to the type correctly:
float vf(__attribute__((vector_size(16))) float a, int b) {
return a[b];
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list