PR middle-end/77674
[official-gcc.git] / gcc / ChangeLog
blobe6e6dfd807ce2d127d537aef0d7eaf58192283ed
1 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
3         PR middle-end/77674
4         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
5         transparent aliases.
7 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
9         PR middle-end/77484
10         * predict.def (PRED_CALL): Update hitrate.
11         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
12         * predict.c (tree_estimate_probability_bb): Split CALL predictor
13         into direct/indirect/polymorphic variants.
15 2017-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 Copyright (C) 2017 Free Software Foundation, Inc.
34 Copying and distribution of this file, with or without modification,
35 are permitted in any medium without royalty provided the copyright
36 notice and this notice are preserved.