You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/26 03:55:20 UTC

[kudu-CR] KUDU-1305: do not allow building with gcc 4.6 and 4.7

Hello Todd Lipcon,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/1904

to review the following change.

Change subject: KUDU-1305: do not allow building with gcc 4.6 and 4.7
......................................................................

KUDU-1305: do not allow building with gcc 4.6 and 4.7

They produce broken code in release mode ala KUDU-1030.

I tested this by running cmake with gcc 4.7, 4.8, and 5.2.

Change-Id: I0a6c3724f19cac207787b00e3b471f982f620c50
---
M CMakeLists.txt
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/04/1904/1
-- 
To view, visit http://gerrit.cloudera.org:8080/1904
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a6c3724f19cac207787b00e3b471f982f620c50
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>