Control: reassign -1 gcc-8 Control: affects -1 src:theseus Control: forwarded -1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86835
On Fri, May 04, 2018 at 12:23:55PM +0000, Matthias Klose wrote: >... > /usr/bin/gcc -O3 -ffast-math -fstrict-aliasing -funroll-loops > -fomit-frame-pointer -Wall -Werror -pedantic -std=c99 -Wno-unused-result > -pthread -c logistic_dist.c > logistic_dist.c: In function 'evallogisticML': > logistic_dist.c:172:1: error: 'reciptmp.16' is used uninitialized in this > function [-Werror=uninitialized] > evallogisticML(const double *x, const int n, > ^~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > make[3]: *** [Makefile:68: logistic_dist.o] Error 1 >... This is caused by gcc miscompiling the code, reassigning. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed