re PR target/67834 (Local references inside comdat groups)
[official-gcc.git] / gcc / ChangeLog
blob382c3004d1c413324fd36f3186cfb5018c31e475
1 2020-01-01  John David Anglin  <danglin@gcc.gnu.org>
3         PR target/67834
4         * config/pa/pa.c (pa_elf_select_rtx_section): New.  Put references to
5         COMDAT group function labels in .data.rel.ro.local section.
6         * config/pa/pa32-linux.h (TARGET_ASM_SELECT_RTX_SECTION): Define.
8         PR target/93111
9         * config/pa/pa.md (scc): Use ordered_comparison_operator instead of
10         comparison_operator in B and S integer comparisons.  Likewise, use
11         ordered_comparison_operator instead of cmpib_comparison_operator in
12         cmpib patterns.
13         * config/pa/predicates.md (cmpib_comparison_operator): Remove.
15 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
17         Update copyright years.
19         * gcc.c (process_command): Update copyright notice dates.
20         * gcov-dump.c (print_version): Ditto.
21         * gcov.c (print_version): Ditto.
22         * gcov-tool.c (print_version): Ditto.
23         * gengtype.c (create_file): Ditto.
24         * doc/cpp.texi: Bump @copying's copyright year.
25         * doc/cppinternals.texi: Ditto.
26         * doc/gcc.texi: Ditto.
27         * doc/gccint.texi: Ditto.
28         * doc/gcov.texi: Ditto.
29         * doc/install.texi: Ditto.
30         * doc/invoke.texi: Ditto.
32 2020-01-01  Jan Hubicka  <hubicka@ucw.cz>
34         * ipa.c (walk_polymorphic_call_targets): Fix updating of overall
35         summary.
37 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
39         PR tree-optimization/93098
40         * match.pd (popcount): For shift amounts, use integer_onep
41         or wi::to_widest () == cst instead of tree_to_uhwi () == cst
42         tests.  Make sure that precision is power of two larger than or equal
43         to 16.  Ensure shift is never negative.  Use HOST_WIDE_INT_UC macro
44         instead of ULL suffixed constants.  Formatting fixes.
46 Copyright (C) 2020 Free Software Foundation, Inc.
48 Copying and distribution of this file, with or without modification,
49 are permitted in any medium without royalty provided the copyright
50 notice and this notice are preserved.