http://llvm.org/bugs/show_bug.cgi?id=3443
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Douglas Gregor <[email protected]> 2009-03-06 09:13:20 --- This code is ill-formed, and Clang is doing the right thing. GCC produces a warning (normal mode) or an error (with -ansi), EDG produces an error (always). -- 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
