https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92660
--- Comment #1 from Jonny Grant ---
Improved suggestion with the sign indicated:
const int n = 411;
:1:15: warning: overflow in conversion from 'long int' (signed 64bit)
to 'int' (signed 32bit) changes value from '411' to '-18
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92660
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92660
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
Severity|normal