id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4085,GCC warnings in normal_distribution.hpp,bluescarni@…,No-Maintainer,"GCC 4.4.3 with '-Wall -Wextra' compilation flags produce the following warning when compiling code using normal_distribution.hpp: warning: ‘delta.boost::variate_generator >::_dist.boost::normal_distribution::_r1’ may be used uninitialized in this function Indeed, both constructor of normal_distribution.hpp do not initialise the _r1, _r2 and _cached_rho members. It seems to me this has no consequences, because the logic of operator() initialises them as needed, but probably GCC is unable to detect this. The proposed patch (against 1.42.0) initialises to zero the _r1, _r2 and _cached_rho data members in both constructors.",Bugs,closed,Boost 1.43.0,random,Boost 1.42.0,Problem,fixed,,