[Bug target/84077] [7/8 Regression] Likely wrong code with `__builtin_expect()` on i686-linux-gnu
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 9 21:39:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84077
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Adding __attribute__((optimize (0))) to DCPProfile::apply also does help, which
means the problem is likely in that method or something that is inline into it.
More information about the Gcc-bugs
mailing list