https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97544
--- Comment #4 from Benedek Thaler ---
FTR, Using (N != 0 && i < N) does not silence the warning.
https://gcc.godbolt.org/z/WqaT3G
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: erenon2 at gmail dot com
Target Milestone: ---
The following code triggers -Wtype-limits:
template
constexpr int f(unsigned i)
{
return (i < N) ? 0
-
istreamignore-hangs-if-delim-msb-is-set
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: erenon2 at gmail dot com
Target Milestone: ---
The following program hangs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41091
Benedek changed:
What|Removed |Added
CC||erenon2 at gmail dot com
--- Comment #6 from