[LLVMbugs] [Bug 14694] clang violates C++11 memory model for bitfields at end of structs
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 21 16:46:18 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14694
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-12-21 18:46:18 CST ---
The common initial sequence rules only apply to reads, so Clang's IRGen here is
actually correct.
--
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