[Bug c++/92299] The expression X / abs (X) is simplified to 1 even when the variable X is 0

2019-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92299 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/92299] The expression X / abs (X) is simplified to 1 even when the variable X is 0

2019-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92299 --- Comment #2 from Andrew Pinski --- Where are you getting these testcases from? If they are from a "standards complaincy" test, then I think you need to write to them about being broken.

[Bug c++/92299] The expression X / abs (X) is simplified to 1 even when the variable X is 0

2019-10-31 Thread disquisitiones at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92299 Luca Rocca changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/92299] The expression X / abs (X) is simplified to 1 even when the variable X is 0

2019-10-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92299 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---