]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/crimson: fix FTBFS of unittest_seastar_perfcounters on arm64 25647/head
authorKefu Chai <kchai@redhat.com>
Thu, 20 Dec 2018 10:49:43 +0000 (18:49 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 20 Dec 2018 10:50:17 +0000 (18:50 +0800)
commitfdd8d2e95ea97205c0224c0f96216471e51d81cb
treeab140035edeea43e06a251aadb0bcb21105804e4
parentb6b2e7f71a04a61af63dff437b6460a91b55bf5f
test/crimson: fix FTBFS of unittest_seastar_perfcounters on arm64

this should address the GCC bug which causes following failure:

/home/jenkins-build/build/workspace/ceph-pull-requests-arm64/src/test/crimson/test_perfcounters.cc:35:9:
internal compiler error: in tsubst_decomp_names, at cp/pt.c:16537
         for (const auto &[path, perf_counter_ref] : by_path) {
         ^~~

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/crimson/test_perfcounters.cc