Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13677
Change subject: KUDU-2869. Fix compiler error with devtoolset-7 (gcc 7) ...................................................................... KUDU-2869. Fix compiler error with devtoolset-7 (gcc 7) For whatever reason, some particular C++ syntax used in port.h caused gcc 7 to crash with an internal error during compilation. This just rephrases the code in a different way to avoid the issue. Change-Id: Id95a4be07ff1e5ef60a95c65f5a850020f80a273 --- M src/kudu/gutil/port.h 1 file changed, 4 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/77/13677/1 -- To view, visit http://gerrit.cloudera.org:8080/13677 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.10.x Gerrit-MessageType: newchange Gerrit-Change-Id: Id95a4be07ff1e5ef60a95c65f5a850020f80a273 Gerrit-Change-Number: 13677 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
