[Bug target/52258] __builtin_isgreaterequal is sometimes signaling on ARM

2021-07-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52258 --- Comment #5 from Andrew Pinski --- I think this was fixed in GCC 10 with r10-6245 and maybe a few others.

[Bug target/52258] __builtin_isgreaterequal is sometimes signaling on ARM

2012-02-22 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52258 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/52258] __builtin_isgreaterequal is sometimes signaling on ARM

2012-02-19 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52258 --- Comment #3 from Mikael Pettersson 2012-02-19 23:32:52 UTC --- On my Tegra2 machine the testcase does report that FE_INVALID got set when compiled at -O1 with gcc-4.6 and 4.5, but not when compiled at -O0.

[Bug target/52258] __builtin_isgreaterequal is sometimes signaling on ARM

2012-02-19 Thread aurelien at aurel32 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52258 --- Comment #2 from Aurelien Jarno 2012-02-19 11:30:36 UTC --- Created attachment 26700 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26700 Testcase

[Bug target/52258] __builtin_isgreaterequal is sometimes signaling on ARM

2012-02-19 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52258 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #1