summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/xml
diff options
context:
space:
mode:
authorJoel Stanley <joel.stanley@au1.ibm.com>2017-11-16 12:02:23 +1030
committerSachin Gupta <sgupta2m@in.ibm.com>2017-12-01 00:51:01 -0500
commitfca1480ab5511cc85ae05e688987eada1cafd9ba (patch)
tree665b1beac703d2cc05d457344bc8eb2599b83f97 /src/import/hwpf/fapi2/xml
parent7bd8c25ffc52f362557853c4467e47fcb7320657 (diff)
downloadtalos-sbe-fca1480ab5511cc85ae05e688987eada1cafd9ba.tar.gz
talos-sbe-fca1480ab5511cc85ae05e688987eada1cafd9ba.zip
fapi2: Fix template call sites for GCC 7
The following errors stop hostboot from building with modern GCC: src/import/hwpf/fapi2/include/buffer.H:710:23: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘fapi2::bufferTraits<long unsigned int, unsigned int>::bits_type {aka unsigned int}’ to binary ‘operator<’ out.insert<TS, L, SS>(iv_data); ~~~~~~~~~~^~~ src/import/hwpf/fapi2/include/buffer.H: In member function ‘fapi2::buffer<T, TT>& fapi2::buffer<T, TT>::flipBit()’: src/import/hwpf/fapi2/include/buffer.H:316:49: error: expected primary-expression before ‘)’ token iv_data ^= buffer<T>().setBit<B, C>(); ^ In both cases the call site needs to be prepended with the keyword 'template'. Otherwise the name is assumed to be a non-template (as per C++ 14.2/4). Change-Id: I925c35d51787c4f4f232372f0e1299ec2a5cab42 Signed-off-by: Joel Stanley <joel.stanley@au1.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49760 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49890 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/xml')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud