]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson: workaround an ICE of GCC 25733/head
authorKefu Chai <kchai@redhat.com>
Tue, 1 Jan 2019 08:38:15 +0000 (16:38 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 1 Jan 2019 08:38:16 +0000 (16:38 +0800)
commit98a7674369c363e4f79de4629eca5ea2523c6ede
tree9bf0e8a1b233f77d121be3fc82e9a03ece54b97a
parent17849cac84f4c9a529d935da81fcd8d38d0e132e
crimson: workaround an ICE of GCC

this change works around the FTBFS on arm64:

/home/jenkins-build/build/workspace/ceph-pull-requests-arm64/src/crimson/common/config_proxy.h:74:13:
internal compiler error: in tsubst_decomp_names, at cp/pt.c:16537
             for (auto& [obs, keys] : rev_obs) {
             ^~~
Please submit a full bug report,
with preprocessed source if appropriate.

it seems that this issue is a dup of
https://bugzilla.redhat.com/show_bug.cgi?id=1639019 .

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/common/config_proxy.h