* ChangeLog: Fix a couple of entries.
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 9 Dec 2016 07:55:14 +0000 (08:55 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 9 Dec 2016 07:55:14 +0000 (08:55 +0100)
From-SVN: r243474

gcc/ChangeLog

index f8455c5..e75a778 100644 (file)
 2016-12-08  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/78671
-       * lra-assign.c (lra-assigns.c): Check prohibited regs for an
+       * lra-assign.c (find_hard_regno_for_1): Check prohibited regs for an
        allocno class.
 
 2016-12-08  Uros Bizjak  <ubizjak@gmail.com>
 
-       * gcc.target/i386/i386.h (HARD_REGNO_NREGS): Use GENERAL_REGNO_P.
+       * config/i386/i386.h (HARD_REGNO_NREGS): Use GENERAL_REGNO_P.
        (HARD_REGNO_NREGS_HAS_PADDING): Ditto.  Simplify macro.
 
 2015-12-08  Wilco Dijkstra  <wdijkstr@arm.com>
        PR middle-end/77784
        PR middle-end/78149
        PR middle-end/78138
-       
+
        * builtins.c (expand_builtin_strcat, expand_builtin_strncat): New
        functions.
        (compute_dest_size, get_size_range, check_sizes, check_strncat_sizes)
 2016-12-04  Martin Sebor  <msebor@redhat.com>
 
        PR c/78668
-        * builtin-attrs.def (ATTR_ALLOC_SIZE, ATTR_RETURNS_NONNULL): New
-        identifier tree nodes.
-        (ATTR_ALLOCA_SIZE_1_NOTHROW_LEAF_LIST): New attribute list.
-        (ATTR_MALLOC_SIZE_1_NOTHROW_LIST): Same.
-        (ATTR_MALLOC_SIZE_1_NOTHROW_LEAF_LIST): Same.
-        (ATTR_MALLOC_SIZE_1_2_NOTHROW_LEAF_LIST): Same.
-        (ATTR_ALLOC_SIZE_2_NOTHROW_LEAF_LIST): Same.
-        * builtins.def (aligned_alloc, calloc, malloc, realloc):
-        Add attribute alloc_size.
-        (alloca): Add attribute alloc_size and returns_nonnull.
+       * builtin-attrs.def (ATTR_ALLOC_SIZE, ATTR_RETURNS_NONNULL): New
+       identifier tree nodes.
+       (ATTR_ALLOCA_SIZE_1_NOTHROW_LEAF_LIST): New attribute list.
+       (ATTR_MALLOC_SIZE_1_NOTHROW_LIST): Same.
+       (ATTR_MALLOC_SIZE_1_NOTHROW_LEAF_LIST): Same.
+       (ATTR_MALLOC_SIZE_1_2_NOTHROW_LEAF_LIST): Same.
+       (ATTR_ALLOC_SIZE_2_NOTHROW_LEAF_LIST): Same.
+       * builtins.def (aligned_alloc, calloc, malloc, realloc):
+       Add attribute alloc_size.
+       (alloca): Add attribute alloc_size and returns_nonnull.
 
 2016-12-04  Uros Bizjak  <ubizjak@gmail.com>