New issue
Advanced search Search tips

Issue 761269 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Base unit tests fail to compile with gcc due to over-aligning limitation

Reported by ptwo...@opera.com, Sep 1 2017

Issue description

What 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/)



 

Comment 1 by ajha@chromium.org, Sep 6 2017

Components: Internals
Labels: Needs-Milestone
Owner: dcheng@chromium.org
Status: Assigned (was: Unconfirmed)
Based on C#0, assigning to dcheng@ for more inputs on this.

Sign in to add a comment