[Bug target/97160] Regression from GCC 8 optimizing to sincos on ppc64le

2020-09-25 Thread fx at gnu dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97160 Dave Love changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/97160] Regression from GCC 8 optimizing to sincos on ppc64le

2020-09-23 Thread fx at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97160 --- Comment #2 from Dave Love --- (In reply to Richard Biener from comment #1) > gcc/fortran/f95-lang.c: if (targetm.libc_has_function (function_sincos)) I haven't checked why it's used there, but I concluded this wasn't a front end issue from

[Bug target/97160] Regression from GCC 8 optimizing to sincos on ppc64le

2020-09-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97160 Richard Biener changed: What|Removed |Added Keywords||missed-optimization --- Comment #1