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

2022-04-11 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 --- Comment #4 from Steve Kargl --- On Mon, Apr 11, 2022 at 02:45:22PM +, kargl at gcc dot gnu.org wrote: > > This might be related to PR89125. The patch I attached to that PR has never > found its way into the repository. I'll do some mo

[Bug middle-end/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 --- Comment #3 from kargl at gcc dot gnu.org --- (In reply to Richard Biener from comment #2) > Hm, it works for me on linux with glibc, can you be more specific as to what > OS/libc (version) you are using? > > foof: > .LFB0: > .cfi_sta

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

2022-04-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org K

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

2022-04-09 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 Severity|normal |minor --- Comment #1 from kar