http://llvm.org/bugs/show_bug.cgi?id=15547
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Chris Lattner <[email protected]> --- This is by design. Avoiding this warning requires doing dataflow analysis (ala the static analyzer). -Warray-bounds is intended to be a fast and useful check, so it will report stuff like this. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
