summaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-29 20:32:41 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-29 20:32:41 +0000
commit9866562d1f3e55459a8427dc2db205d2750d48be (patch)
tree3aa351241ff8ef05858111d20e1931f9627bd2cb /gcc/c-family/ChangeLog
parent3e42171c354cf8a2754115d062bce725718f10ed (diff)
downloadgcc-9866562d1f3e55459a8427dc2db205d2750d48be.tar.gz
* c-common.c (handle_section_attribute): Refactor to reduce
nesting and distinguish between error cases. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 44e21f3dde6..c17ea5f6138 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-29 Josh Triplett <josh@joshtriplett.org>
+
+ * c-common.c (handle_section_attribute): Refactor to reduce
+ nesting and distinguish between error cases.
+
2015-04-29 Marek Polacek <polacek@redhat.com>
PR c/64610