https://llvm.org/bugs/show_bug.cgi?id=27645
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Reid Kleckner <[email protected]> --- Clang decides very early that 'char a[n]' is a VLA, and we are not going to give it the smarts to discover that 'n' is a constant. The optimizer can sort that out later, but that shouldn't feed into our decision on whether the program is ill-formed or not. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
