-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../src/DylpStdLib -I./../DylpStdLib -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Werror=int-conversion -Werror=incompatible-pointer-types -DDYLP_BUILD -fno-strict-aliasing -c dy_consys_utils.c -fPIC -DPIC -o .libs/dy_consys_utils.o
dy_consys_utils.c: In function 'consys_getcoeff':
dy_consys_utils.c:2980:13: error: implicit declaration of function 'quiet_nan' [-Werror=implicit-function-declaration]
2980 | return (quiet_nan(0)) ; }
| ^~~~~~~~~
cc1: some warnings being treated as errors
make[1]: *** [Makefile:532: dy_consys_utils.lo] Error 1
I am not even sure where quiet_nan should come from. config.log reports that 2006-era autoconf is reporting such a function exists. I am not sure why.
This has been reported at https://bugs.gentoo.org/878143
Metadata
Metadata
Assignees
Labels
No labels