[cfe-commits] r76361 - in /cfe/trunk: lib/CodeGen/CGDecl.cpp lib/CodeGen/CGStmt.cpp lib/CodeGen/CodeGenFunction.cpp lib/CodeGen/CodeGenFunction.h test/CodeGen/unreachable.c
Eli Friedman
eli.friedman at gmail.com
Sun Jul 19 00:29:18 PDT 2009
On Sat, Jul 18, 2009 at 11:58 PM, Daniel Dunbar<daniel at zuster.org> wrote:
> - Anders, I added two fixmes on calls to EmitVLASize, can you check them?
They can both happen; consider the following:
void test(int a) {
int (*b)[a];
static int (*c)[a];
}
-Eli
More information about the cfe-commits
mailing list