[llvm-bugs] [Bug 16210] IE - Illegal instrustion
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 15 23:05:54 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=16210
Eric Christopher <echristo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Eric Christopher <echristo at gmail.com> ---
Seems fixed:
echristo-macbookpro2:~/tmp> ~/builds/build-llvm/Debug+Asserts/bin/clang -c
pre.i -O2
In file included from pre.i:1:
cq242833.c:170:77: warning: the semantics of this intrinsic changed with GCC
version 4.4 - the newer semantics are provided here
[-Wsync-fetch-and-nand-semantics-changed]
dtype intrin_res = GEN_BE_INTRIN_NAME(__sync_fetch_and_nand)(pval1, val2);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
cq242833.c:180:71: warning: the semantics of this intrinsic changed with GCC
version 4.4 - the newer semantics are provided here
[-Wsync-fetch-and-nand-semantics-changed]
intrin_res = GEN_BE_INTRIN_NAME(__sync_nand_and_fetch)(pval1, val2);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
2 warnings generated.
--
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/20151016/841a2035/attachment.html>
More information about the llvm-bugs
mailing list