[Bug c/110556] Floating point exception with specific optimizations

2023-07-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110556 --- Comment #3 from Andrew Pinski --- It is a division by 0 being kept around ...

[Bug c/110556] Floating point exception with specific optimizations

2023-07-05 Thread 19373742 at buaa dot edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110556 --- Comment #2 from CTC <19373742 at buaa dot edu.cn> --- The reduced sequence: -O3 -fno-inline-small-functions -fno-tree-fre -fno-delete-dead-exceptions -fexpensive-optimizations -fipa-pure-const -fipa-sra -fthread-jumps -ftree-dce -ftree-domin

[Bug c/110556] Floating point exception with specific optimizations

2023-07-05 Thread 19373742 at buaa dot edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110556 --- Comment #1 from CTC <19373742 at buaa dot edu.cn> --- Created attachment 55474 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55474&action=edit The compiler output