https://llvm.org/bugs/show_bug.cgi?id=24335
Eric Christopher <echri...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Eric Christopher <echri...@gmail.com> --- Fixed in ToT: dzur:~/tmp> ~/builds/build-llvm/Debug+Asserts/bin/clang -c foo.c -m32 -march=i486 foo.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] x3() { x2 = __builtin_ia32_sqrtps(x1); } ^ foo.c:3:40: warning: control reaches end of non-void function [-Wreturn-type] x3() { x2 = __builtin_ia32_sqrtps(x1); } ^ foo.c:3:13: error: '__builtin_ia32_sqrtps' needs target feature sse x3() { x2 = __builtin_ia32_sqrtps(x1); } ^ 2 warnings and 1 error generated. -- 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