76211fc34d86b15d5eeebc69a3a7018ea6654c7a
[gcc.git] / gcc / ChangeLog
1 2020-01-01 Jan Hubicka <hubicka@ucw.cz>
2
3 * ipa.c (walk_polymorphic_call_targets): Fix updating of overall
4 summary.
5
6 2020-01-01 Jakub Jelinek <jakub@redhat.com>
7
8 PR tree-optimization/93098
9 * match.pd (popcount): For shift amounts, use integer_onep
10 or wi::to_widest () == cst instead of tree_to_uhwi () == cst
11 tests. Make sure that precision is power of two larger than or equal
12 to 16. Ensure shift is never negative. Use HOST_WIDE_INT_UC macro
13 instead of ULL suffixed constants. Formatting fixes.
14 \f
15 Copyright (C) 2020 Free Software Foundation, Inc.
16
17 Copying and distribution of this file, with or without modification,
18 are permitted in any medium without royalty provided the copyright
19 notice and this notice are preserved.