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