You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@quickstep.apache.org by "Harshad Deshmukh (JIRA)" <ji...@apache.org> on 2017/10/03 03:23:00 UTC

[jira] [Created] (QUICKSTEP-108) Build failure when vector copy elision is NONE

Harshad Deshmukh created QUICKSTEP-108:
------------------------------------------

             Summary: Build failure when vector copy elision is NONE
                 Key: QUICKSTEP-108
                 URL: https://issues.apache.org/jira/browse/QUICKSTEP-108
             Project: Apache Quickstep
          Issue Type: Bug
          Components: Expressions, Types
            Reporter: Harshad Deshmukh


Errors: 
------------
expressions/aggregation/AggregationHandleAvg.cpp:107:27: error: no member named 'accumulateValueAccessor' in 'quickstep::UncheckedBinaryOperator'

expressions/aggregation/AggregationHandleMin.cpp:62:52: error: no member named 'accumulateValueAccessor' in 'quickstep::UncheckedComparator'

expressions/aggregation/AggregationHandleSum.cpp:97:23: error: no member named 'accumulateValueAccessor' in 'quickstep::UncheckedBinaryOperator'
-------------

The UncheckedBinaryOperator class has separate methods for various values of VECTOR_COPY_ELISION_LEVEL. The issue seems to be the method accumulateValueAccessor is defined for "VECTOR_COPY_ELISION_LEVEL=selection", which happens to be the default value used in our compilation. Hence we did not face this issue for the  "VECTOR_COPY_ELISION_LEVEL=none".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)