[LLVMbugs] [Bug 13543] UNREACHABLE in method HasSideEffects
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Aug 7 14:31:58 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13543
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> 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.
More information about the llvm-bugs
mailing list