http://llvm.org/bugs/show_bug.cgi?id=10648
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Eli Friedman <[email protected]> 2011-08-23 17:28:54 CDT --- We don't support the given construct, but clang wasn't properly rejecting it. (clang only supports the GNU flexible array initialization extension on variables with static storage duration.) r138398 fixes the error checking so we give proper error messages. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
