Dear friends at GNU,
There seems to be an error on line 76 of file 'valarray_array.h':
{ for (size_t __i=0; __i<__n; ++__i, ++__b, __a += __s) *__b += *__a; }
Obviously, the second operator '+=' should be just a pure assignment: *__b =
*__a.
Regards,
Radek