[Bug middle-end/78463] pure/const functions are assumed not to trap

2024-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78463 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug middle-end/78463] pure/const functions are assumed not to trap

2021-09-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78463 --- Comment #2 from Richard Biener --- There were more instances fixed (like PR70586 was), but there may be still cases left. Also there's still the missed optimization of computing/propagating 'notrap'.

[Bug middle-end/78463] pure/const functions are assumed not to trap

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78463 --- Comment #1 from Andrew Pinski --- I thought this was just fixed recently but I could be wrong.