commit | 7bf1518f84d5e676dd5f4335783eaf7b742961a5 | [log] [tgz] |
---|---|---|
author | Jakub Jelinek <jakub@redhat.com> | Wed Jan 22 17:48:05 2020 +0100 |
committer | Jakub Jelinek <jakub@redhat.com> | Wed Jan 22 20:12:55 2020 +0100 |
tree | ff2dd2a201b353511812d934a308c2aff852d77b | |
parent | 26e1a1c66f2c651a3b1b5e5b5a00e4275df2ee51 [diff] |
re PR ipa/93087 (Bogus `-Wsuggest-attribute=cold` on function already marked as `__attribute__((cold))`) PR ipa/93087 * predict.c (compute_function_frequency): Don't call warn_function_cold on functions that already have cold attribute. * c-c++-common/cold-1.c: New test.