[LLVMbugs] [Bug 11634] New: -faltivec ignored by the driver
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Dec 21 01:12:51 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=11634
Bug #: 11634
Summary: -faltivec ignored by the driver
Product: clang
Version: trunk
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: michael.kostylev at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The driver does not forward the -faltivec option to clang -cc1:
% clang -m32 -faltivec test.c
clang: warning: argument unused during compilation: '-faltivec'
test.c:1:20: error: use of undeclared identifier 'vector'
int main (void) { (vector int) {1}; return 0; }
^
1 error generated.
At a first look, clang/include/clang/Driver/Options.td and
clang/lib/Driver/Tools.cpp simply lack required entries.
--
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