summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-12 09:40:29 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-12 09:40:29 +0000
commit0c0f572f0b2e4fa62b44f8dbd70604c5d7368a59 (patch)
treed1209f632a4d6b9106d78c7fcf9c4b63bb593ca7
parent29dc0f256e8069c8311569757c26a8f006fa88a9 (diff)
downloadgcc-0c0f572f0b2e4fa62b44f8dbd70604c5d7368a59.tar.gz
* tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211499 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog10
-rw-r--r--gcc/tree-core.h2
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f0d6d26c9c8..8bbef16f75a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
+
2014-06-12 Georg-Johann Lay <avr@gjlay.de>
PR target/61443
@@ -9401,10 +9405,10 @@
PR tree-optimization/60577
* tree-core.h (struct tree_base): Document nothrow_flag use
- in VAR_DECL_NONALIASED.
- * tree.h (VAR_DECL_NONALIASED): New.
+ in DECL_NONALIASED.
+ * tree.h (DECL_NONALIASED): New.
(may_be_aliased): Adjust.
- * coverage.c (build_var): Set VAR_DECL_NONALIASED.
+ * coverage.c (build_var): Set DECL_NONALIASED.
2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
diff --git a/gcc/tree-core.h b/gcc/tree-core.h
index b35ec773e81..8fd27e56b61 100644
--- a/gcc/tree-core.h
+++ b/gcc/tree-core.h
@@ -1012,7 +1012,7 @@ struct GTY(()) tree_base {
SSA_NAME_IN_FREELIST in
SSA_NAME
- VAR_DECL_NONALIASED in
+ DECL_NONALIASED in
VAR_DECL
deprecated_flag: