[LLVMbugs] [Bug 16454] clang blindly include's altivec.h given -maltivec -- even on assembly code!
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Mar 8 18:57:55 PDT 2015
http://llvm.org/bugs/show_bug.cgi?id=16454
Bill Schmidt <wschmidt at linux.vnet.ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
Assignee|unassignedclangbugs at nondot. |wschmidt at linux.vnet.ibm.com
|org |
--- Comment #7 from Bill Schmidt <wschmidt at linux.vnet.ibm.com> ---
Chandler privately reported an issue with this again recently. After
discussing with David Edelsohn and going through some of the gcc history, it is
certainly true that -faltivec should include altivec.h automatically, but
-maltivec should not. So the way this was resolved previously would appear to
be wrong.
I will look into the issue this week. I expect we will have a lot of test case
fallout to get this to work as it was originally intended.
--
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/20150309/25eb8bf2/attachment.html>
More information about the llvm-bugs
mailing list