https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26374

--- Comment #15 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to beebe from comment #14)
> >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26374
> 
> That is a really old one, from early 2006; I would have hoped that it
> had long since been repaired in gcc.
> 
> However, I just checked my VM for CentOS 7 on PowerPC, and found this:

Well powerpc currently uses what is called double double for 128bit long
double. GCC does not know how to constant fold that nicely. But powerpc linux
targets are moving over to use standard 128bit IEEE long double and IIRC for
GCC 12 (or is it 13) will default to IEEE long double so this will be less of
an issue.

Reply via email to