This is GCC Bugzilla
This is GCC Bugzilla Version 2.20+
View Bug Activity | Format For Printing | Clone This Bug
Forwarded from: <http://gcc.gnu.org/ml/gcc/2005-07/msg00205.html> void __add_entropy_words(void); void __wake_up(void); void SHATransform(void); static inline __attribute__((always_inline)) void add_entropy_words(void){} void extract_entropy(void); static inline __attribute__((always_inline)) void xfer_secondary_pool(void) { extract_entropy(); add_entropy_words(); } void extract_entropy(void) { xfer_secondary_pool(); __wake_up(); } void init_std_data(void) { add_entropy_words(); } void rand_initialize(void) { init_std_data(); }
Confirmed, since this was only a foward from the email.
Patch posted here: <http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00657.html>.
I've commited the patch cited above