http://llvm.org/bugs/show_bug.cgi?id=11002
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #18 from Eli Friedman <[email protected]> 2011-09-27 18:11:03 CDT --- OK, got it. It seems like whatever platform you are using redefines NULL (which is a bit unusual, but not exactly wrong). Looks like there are a few issues here: one, the test is buggy, two, we're somehow losing the source location, and three, we should probably be warning for this construct on every platform. -- 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
