Base unit tests fail to compile with gcc due to over-aligning limitation
Reported by
ptwo...@opera.com,
Sep 1 2017
|
|
Issue descriptionWhat steps will reproduce the problem? 1. Try to build base_unittests with gcc What is the expected result? Tests build and pass. What happens instead of that? The target fails to compile, because gcc does not allow large values to be specified when using alignas (see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68267) The test did compile and work in chromium 59. The problem was introduced in bug 688061 (https://codereview.chromium.org/2670873002/) |
|
►
Sign in to add a comment |
|
Comment 1 by ajha@chromium.org
, Sep 6 2017Labels: Needs-Milestone
Owner: dcheng@chromium.org
Status: Assigned (was: Unconfirmed)