[Bug target/105206] mis-optimization with -ffast-math and __builtin_powf

2022-04-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 Bug 105206 depends on bug 89125, which changed state. Bug 89125 Summary: Misoptimization of converting sin(x) and cos(x) into sincos(x,&s,&c) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89125 What|Removed |Ad

[Bug target/105206] mis-optimization with -ffast-math and __builtin_powf

2022-04-12 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 kargl at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|-

[Bug target/105206] mis-optimization with -ffast-math and __builtin_powf

2022-04-11 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 --- Comment #6 from rguenther at suse dot de --- On Mon, 11 Apr 2022, kargl at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 > > --- Comment #3 from kargl at gcc dot gnu.org --- > (In reply to Richard Biener from

[Bug target/105206] mis-optimization with -ffast-math and __builtin_powf

2022-04-11 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 kargl at gcc dot gnu.org changed: What|Removed |Added Component|middle-end |target Depends on|