https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96675
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96675
--- Comment #7 from CVS Commits ---
The releases/gcc-10 branch has been updated by Marek Polacek
:
https://gcc.gnu.org/g:6fd09a6e8bcadaa69e1fdca09263990cc1c5245f
commit r10-9208-g6fd09a6e8bcadaa69e1fdca09263990cc1c5245f
Author: Marek Polacek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96675
--- Comment #6 from Marek Polacek ---
(In reply to Giorgio Audrito from comment #5)
> I add that a very similar problem happens with -Wtype-limits, I found this
> minimal example:
>
> template
> struct foo {
> bool bar(unsigned y) {
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96675
--- Comment #5 from Giorgio Audrito ---
I add that a very similar problem happens with -Wtype-limits, I found this
minimal example:
template
struct foo {
bool bar(unsigned y) {
return y < x;
}
};
int main() {
return foo<0>{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96675
Giorgio Audrito changed:
What|Removed |Added
CC||giorgio.audrito at gmail dot
com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96675
Marek Polacek changed:
What|Removed |Added
Summary|[10/11 Regression] |[10 Regression]
|tauto