http://llvm.org/bugs/show_bug.cgi?id=13543
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Richard Smith <[email protected]> 2012-08-07 16:31:58 CDT --- Fixed in r161449. Root cause was that -Wunused-private-field was attempting to perform checking on initializers before performing initialization, and thus had intermediate unresolved nodes in the expression it was passing to HasSideEffects. -- 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
