1reduce_general_bad_result.rscript:22:36: error: multidimensional arrays cannot be exported: 'accum' 2reduce_general_bad_result.rscript:32:39: error: multidimensional arrays cannot be exported: 'out' 3reduce_general_bad_result.rscript:36:7: error: unions cannot be exported: 'UnionShortDouble' 4reduce_general_bad_result.rscript:46:7: error: unions cannot be exported: 'UnionLongFloat' 5reduce_general_bad_result.rscript:72:7: error: unions cannot be exported: 'UnionIntFloat' 6reduce_general_bad_result.rscript:84:7: error: unions cannot be exported: 'UnionCharLong' 7reduce_general_bad_result.rscript:113:7: error: bit fields are not able to be exported: 'Bits1.b' 8reduce_general_bad_result.rscript:122:7: error: bit fields are not able to be exported: 'Bits111.e' 9reduce_general_bad_result.rscript:146:7: error: bit fields are not able to be exported: 'Bits2.b' 10reduce_general_bad_result.rscript:157:7: error: bit fields are not able to be exported: 'Bits222.e' 11reduce_general_bad_result.rscript:183:36: error: accumulator AccumMat() for '#pragma rs reduce(redMat)' (reduce_general_bad_result.rscript:182:12) parameter 'accum' (type 'rs_matrix2x2 *') must not point to a matrix type unless outconverter is provided 12reduce_general_bad_result.rscript:191:39: error: outconverter OutMatBreak() for '#pragma rs reduce(redMatOutBreak)' (reduce_general_bad_result.rscript:190:12) parameter 'out' (type 'rs_matrix2x2 *') must not point to a matrix type 13reduce_general_bad_result.rscript:199:43: error: accumulator AccumMatArray() for '#pragma rs reduce(redMatArray)' (reduce_general_bad_result.rscript:198:12) parameter 'accum' (type 'rs_matrix2x2 (*)[10]') must not point to an array of matrix type unless outconverter is provided 14reduce_general_bad_result.rscript:209:46: error: outconverter OutMatArrayBreak() for '#pragma rs reduce(redMatArrayOutBreak)' (reduce_general_bad_result.rscript:208:12) parameter 'out' (type 'rs_matrix2x2 (*)[10]') must not point to an array of matrix type 15reduce_general_bad_result.rscript:215:37: error: outconverter OutAlloc() for '#pragma rs reduce(redAlloc)' (reduce_general_bad_result.rscript:214:12) parameter 'out' (type 'struct rs_allocation *') must not point to data containing an object type 16reduce_general_bad_result.rscript:224:39: error: outconverter OutAllocArray() for '#pragma rs reduce(redAllocArray)' (reduce_general_bad_result.rscript:222:12) parameter 'out' (type 'struct rs_allocation (*)[10]') must not point to data containing an object type 17reduce_general_bad_result.rscript:236:45: error: outconverter OutStructObj() for '#pragma rs reduce(redStructObj)' (reduce_general_bad_result.rscript:234:12) parameter 'out' (type 'struct StructObj1 *') must not point to data containing an object type 18reduce_general_bad_result.rscript:250:48: error: outconverter OutStructObjArray() for '#pragma rs reduce(redStructObjArray)' (reduce_general_bad_result.rscript:247:12) parameter 'out' (type 'struct StructObj2 (*)[10]') must not point to data containing an object type 19reduce_general_bad_result.rscript:258:27: error: accumulator AccumPtr() for '#pragma rs reduce(redPtr)' (reduce_general_bad_result.rscript:257:12) parameter 'accum' (type 'char **') must not point to a pointer unless outconverter is provided 20reduce_general_bad_result.rscript:268:30: error: outconverter OutPtrBreak() for '#pragma rs reduce(redPtrOutBreak)' (reduce_general_bad_result.rscript:267:12) parameter 'out' (type 'char **') must not point to a pointer 21reduce_general_bad_result.rscript:276:28: error: structures containing pointers cannot be used as the type of an exported global variable or the parameter to an exported function: 'accum' 22reduce_general_bad_result.rscript:286:31: error: structures containing pointers cannot be used as the type of an exported global variable or the parameter to an exported function: 'out' 23reduce_general_bad_result.rscript:310:28: error: structures containing pointers cannot be used as the type of an exported global variable or the parameter to an exported function: 'accum' 24reduce_general_bad_result.rscript:322:31: error: structures containing pointers cannot be used as the type of an exported global variable or the parameter to an exported function: 'out' 25reduce_general_bad_result.rscript:349:33: error: structures containing pointers cannot be used as the type of an exported global variable or the parameter to an exported function: 'accum' 26reduce_general_bad_result.rscript:362:36: error: structures containing pointers cannot be used as the type of an exported global variable or the parameter to an exported function: 'out' 27reduce_general_bad_result.rscript:373:23: error: function types cannot be exported: 'out' 28reduce_general_bad_result.rscript:384:52: error: outconverter OutStructIncomplete() for '#pragma rs reduce(redStructIncomplete)' (reduce_general_bad_result.rscript:383:12) parameter 'out' (type 'struct Incomplete *') must not point to an incomplete type 29reduce_general_bad_result.rscript:395:38: error: outconverter OutArrayIncomplete() for '#pragma rs reduce(redArrayIncomplete)' (reduce_general_bad_result.rscript:394:12) parameter 'out' (type 'int (*)[]') must not point to an incomplete type 30