------- Comment #8 from jvdelisle at gcc dot gnu dot org 2008-04-26 12:52 ------- Looking at product.m4 as an example:
--- snip --- MASKED_ARRAY_FUNCTION(1, ` result = 1;', ` if (*msrc) result *= *src;') SCALAR_ARRAY_FUNCTION(1) `#endif' The SCALAR_ARRAY_FUNCTION is empty. It needs set the result. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35993