[Bug middle-end/114140] fmin/fmax with signaling_NaN not work

2024-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114140 --- Comment #6 from Andrew Pinski --- So with `-fsignaling-nans` we don't constant fold fmin*/fmax* any more.

[Bug middle-end/114140] fmin/fmax with signaling_NaN not work

2024-02-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114140 --- Comment #5 from Jakub Jelinek --- At least on the godbolt link, if I add -fsignaling-nans option, it prints inf/inf/nan/nan for both types. So, in that case it looks like a non-bug to me. fmaxq/fminq get the same behavior regardless of the o

[Bug middle-end/114140] fmin/fmax with signaling_NaN not work

2024-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114140 Andrew Pinski changed: What|Removed |Added Summary|quadmath fminq/fmaxq with |fmin/fmax with |signa