[Bug c++/81642] -Wtype-limits should not trigger for defined numbers

2021-01-17 Thread ryan_greenblatt at brown dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81642 --- Comment #5 from Ryan Greenblatt --- (In reply to Ryan Greenblatt from comment #4) > This occurs for c++ templates/constexpr as well. For example: > ``` > #include > #include > > template > constexpr bool bigger_than_max = n >

[Bug c++/81642] -Wtype-limits should not trigger for defined numbers

2021-01-17 Thread ryan_greenblatt at brown dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81642 Ryan Greenblatt changed: What|Removed |Added CC||ryan_greenblatt at brown dot edu ---

[Bug c++/81642] -Wtype-limits should not trigger for defined numbers

2019-09-06 Thread yann at droneaud dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81642 Yann Droneaud changed: What|Removed |Added CC||yann at droneaud dot fr --- Comment #3

[Bug c++/81642] -Wtype-limits should not trigger for defined numbers

2017-08-23 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81642 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/81642] -Wtype-limits should not trigger for defined numbers

2017-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81642 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1