search for: printf_chk

Displaying 1 result from an estimated 1 matches for "printf_chk".

Did you mean: fprintf_chk
2014 Aug 12
0
[LLVMdev] [cfe-dev] For alias analysis, It's gcc too aggressive or LLVM need to improve?
...y propagation. With that pointer assignment there, GCC sees it as a global aliasing the same memory location as the array, and that global escapes the function. Because of that, it no longer believes it knows what happens to the memory once the printf call happens (since it's really a call to printf_chk, and because of the way glibc works, printf is not a readonly functiojn) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140812/ac536597/attachment.html>