]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix overflow check in profile_count::operator* (const sreal &num).
authorJan Hubicka <hubicka@ucw.cz>
Sun, 6 Jul 2025 08:48:46 +0000 (10:48 +0200)
committerJan Hubicka <hubicka@ucw.cz>
Sun, 6 Jul 2025 08:49:14 +0000 (10:49 +0200)
commit1757c320badc92c0628eafcd07d54585659692ed
treea04822aedd03c0ed555925d9daa3dce5e8e22b23
parent5599f8a6808aae2151d7df6fd7339e9e31c01844
Fix overflow check in profile_count::operator* (const sreal &num).

gcc/ChangeLog:

* profile-count.cc (profile_count::operator*): fix overflow check.
gcc/profile-count.cc