DescriptionWork around GCC bug in constexpr to attributes
__attribute__((aligned(MaxCacheLineSize))) triggers a GCC bug because enum {MaxCacheLineSize = 64 }; isn't constant enough. Adding zero to it makes it that much more constant.
R= stichnot@chromium.org
BUG= https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55382
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=867684e23582f2ff6aeeb045709a7066defe218f
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|