Bugzilla – Bug 152116
long double compile failure on ppc
Last modified: 2006-02-19 22:34:05 UTC
I'm not sure if the long double patches for ppc are upstream meanwhile, thats why I report here first. I see a compile failure in dietlibc, reduced testcase: === Cut === static const double coeff[] = {1.0l/6 }; === Cut === gives: testcase.c:3: error: initializer element is not constant
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26374
This can be worked around using 1.0/6 as initializer. It is unlikely that this will be fixed in time for CODE10.
yes, I've installed that workaround. I see it already tracked upstream. lets resolve it then...