[Bug sanitizer/80800] UBSAN: yet another false positive

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 17 10:56:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80800

--- Comment #6 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Or rather

int n = 20000;
int z = 0;

int
main ()
{
  return 50 * (n * 10000 * z);
}


More information about the Gcc-bugs mailing list