diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree-core.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d12244..dc3b7cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2015-08-14 Marek Polacek <polacek@redhat.com> + * tree-core.h (tree_base): Fix typo. + +2015-08-14 Marek Polacek <polacek@redhat.com> + PR middle-end/67133 * gimple.c (infer_nonnull_range_by_attribute): Check that the nonnull argument position is not outside function arguments. diff --git a/gcc/tree-core.h b/gcc/tree-core.h index 560ce4b..64d1fe4 100644 --- a/gcc/tree-core.h +++ b/gcc/tree-core.h @@ -1088,7 +1088,7 @@ struct GTY(()) tree_base { TREE_THIS_NOTRAP in INDIRECT_REF, MEM_REF, TARGET_MEM_REF, ARRAY_REF, ARRAY_RANGE_REF - SSA_NAME_IN_FREELIST in + SSA_NAME_IN_FREE_LIST in SSA_NAME DECL_NONALIASED in |