[Bug c++/70057] duplicate integer overflow diagnostic in constant expressions

2021-06-04 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70057 Martin Sebor changed: What|Removed |Added Known to fail|5.3.0, 6.3.0, 7.0 |10.2.0, 11.1.0, 12.0, |

[Bug c++/70057] duplicate integer overflow diagnostic in constant expressions

2017-02-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70057 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/70057] duplicate integer overflow diagnostic in constant expressions

2016-03-02 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70057 --- Comment #2 from Manuel López-Ibáñez --- (In reply to Manuel López-Ibáñez from comment #1) > The C++ FE has the tendency to give diagnostics very deep in the call stack, > where there is little knowledge of the context. It would be much better

[Bug c++/70057] duplicate integer overflow diagnostic in constant expressions

2016-03-02 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70057 --- Comment #1 from Manuel López-Ibáñez --- (In reply to Bernd Schmidt from comment #3) > The C++ errors become even more entertaining when you add -fpermissive: > > 69972-b.cc:2:16: warning: integer overflow in expression [-Woverflow] > 69972-b