Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Issue 428613003: Make compile with gcc 4.7 work (Closed)

Created:
6 years, 4 months ago by Paweł Hajdan Jr.
Modified:
6 years, 4 months ago
Reviewers:
Nico, viettrungluu
CC:
chromium-reviews, extensions-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, chromium-apps-reviews_chromium.org, darin (slow to review), ben+mojo_chromium.org
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : no mojo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M build/common.gypi View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/system_cpu/cpu_info_provider_linux.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
Paweł Hajdan Jr.
6 years, 4 months ago (2014-07-28 15:23:57 UTC) #1
Nico
The string literal change is fine, but we want to require 4.8. When we use ...
6 years, 4 months ago (2014-07-28 15:25:30 UTC) #2
Paweł Hajdan Jr.
On 2014/07/28 15:25:30, Nico (away) wrote: > The string literal change is fine, but we ...
6 years, 4 months ago (2014-07-28 15:41:41 UTC) #3
Nico
On 2014/07/28 15:41:41, Paweł Hajdan Jr. wrote: > On 2014/07/28 15:25:30, Nico (away) wrote: > ...
6 years, 4 months ago (2014-07-28 15:47:11 UTC) #4
Paweł Hajdan Jr.
On 2014/07/28 15:47:11, Nico (away) wrote: > Narrowing conversions and the string literal suffix thing ...
6 years, 4 months ago (2014-07-28 17:18:03 UTC) #5
Nico
Ok, lgtm
6 years, 4 months ago (2014-07-28 17:31:49 UTC) #6
Paweł Hajdan Jr.
Thank you, Nico! Scott, could you do OWNERS review for chrome and mojo?
6 years, 4 months ago (2014-07-29 09:48:29 UTC) #7
Nico
I'm chrome owner On Jul 29, 2014 2:48 AM, <phajdan.jr@chromium.org> wrote: > Thank you, Nico! ...
6 years, 4 months ago (2014-07-29 13:48:09 UTC) #8
sky
sky->vtl
6 years, 4 months ago (2014-07-29 17:38:43 UTC) #9
viettrungluu
https://codereview.chromium.org/428613003/diff/1/mojo/public/c/system/macros.h File mojo/public/c/system/macros.h (right): https://codereview.chromium.org/428613003/diff/1/mojo/public/c/system/macros.h#newcode77 mojo/public/c/system/macros.h:77: (defined(__clang__) || (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 ...
6 years, 4 months ago (2014-07-29 17:47:28 UTC) #10
Nico
On 2014/07/29 17:47:28, viettrungluu wrote: > https://codereview.chromium.org/428613003/diff/1/mojo/public/c/system/macros.h > File mojo/public/c/system/macros.h (right): > > https://codereview.chromium.org/428613003/diff/1/mojo/public/c/system/macros.h#newcode77 > ...
6 years, 4 months ago (2014-07-29 18:07:12 UTC) #11
viettrungluu
On 2014/07/29 18:07:12, Nico (away) wrote: > On 2014/07/29 17:47:28, viettrungluu wrote: > > https://codereview.chromium.org/428613003/diff/1/mojo/public/c/system/macros.h ...
6 years, 4 months ago (2014-07-29 18:39:36 UTC) #12
viettrungluu
On 2014/07/29 18:39:36, viettrungluu wrote: > On 2014/07/29 18:07:12, Nico (away) wrote: > > On ...
6 years, 4 months ago (2014-07-29 18:43:30 UTC) #13
Nico
On Tue, Jul 29, 2014 at 11:43 AM, <viettrungluu@chromium.org> wrote: > On 2014/07/29 18:39:36, viettrungluu ...
6 years, 4 months ago (2014-07-29 20:36:28 UTC) #14
Paweł Hajdan Jr.
On 2014/07/29 18:43:30, viettrungluu wrote: > Actually, the standard says: "The name __cplusplus is defined ...
6 years, 4 months ago (2014-07-30 10:24:30 UTC) #15
viettrungluu
On 2014/07/30 10:24:30, Paweł Hajdan Jr. wrote: > On 2014/07/29 18:43:30, viettrungluu wrote: > > ...
6 years, 4 months ago (2014-07-30 16:26:15 UTC) #16
Paweł Hajdan Jr.
On 2014/07/30 16:26:15, viettrungluu wrote: > > Trung, thanks for taking a look. What is ...
6 years, 4 months ago (2014-07-30 17:38:46 UTC) #17
Paweł Hajdan Jr.
Committed patchset #2 manually as r286775 (presubmit successful).
6 years, 4 months ago (2014-07-31 12:55:07 UTC) #18
lgombos
On 2014/07/31 12:55:07, Paweł Hajdan Jr. wrote: > Committed patchset #2 manually as r286775 (presubmit ...
6 years, 4 months ago (2014-08-10 14:39:17 UTC) #19
Paweł Hajdan Jr.
6 years, 4 months ago (2014-08-11 09:47:56 UTC) #20
Message was sent while issue was closed.
On 2014/08/10 14:39:17, lgombos wrote:
> On 2014/07/31 12:55:07, Paweł Hajdan Jr. wrote:
> > Committed patchset #2 manually as r286775 (presubmit successful).
> 
> I found this commit as I am building with gcc 4.7 as well and this change
seems
> to make the situation worse for me. "Ubuntu 13.04", "gcc (Ubuntu/Linaro
> 4.7.3-1ubuntu1)" and reverting gcc_version>=47 to gcc_version>=48 helped.

Please note Ubuntu 13.04 is no longer supported by upstream.

Feel free to post specific errors, but Chromium trunk *requires* C++11 support,
so reverting gcc_version change will result in errors elsewhere that *can't* be
fixed without just removing the C++11 features from the code (not feasible in
the long run).

Powered by Google App Engine
This is Rietveld 408576698