http://llvm.org/bugs/show_bug.cgi?id=7074
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Chris Lattner <[email protected]> 2010-07-11 21:37:09 CDT --- This is now correctly rejected: t.cc:1:11: error: use of undeclared identifier 'a' a(struct a::a ^ t.cc:1:15: error: expected ')' a(struct a::a ^ t.cc:1:3: note: to match this '(' a(struct a::a ^ t.cc:1:15: error: expected function body after function declarator a(struct a::a ^ 3 errors generated. -- 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
