https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126003
--- Comment #6 from Joseph S. Myers <jsm28 at gcc dot gnu.org> --- That's the distinction between pedwarns for overflow, in contexts where a constant expression is required, and warnings, in contexts where one isn't but an expression with constant operands would overflow and produce UB at runtime if evaluated.
