Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13676 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/13676 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <[email protected]> --- M src/kudu/gutil/port.h 1 file changed, 4 insertions(+), 6 deletions(-) Approvals: Kudu Jenkins: Verified Grant Henke: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/13676 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id95a4be07ff1e5ef60a95c65f5a850020f80a273 Gerrit-Change-Number: 13676 Gerrit-PatchSet: 2 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]>
