diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-05 08:08:27 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-05 08:08:27 +0000 |
commit | df936998d6c671e37efbfc4883080c6335325517 (patch) | |
tree | 17b1dbf0df701a78d2dbc1bf31b6098d2a74a1ec /gcc/c-family/ChangeLog | |
parent | 25b27044bf7d34b307aae5eddb2dfe45acb266b1 (diff) | |
download | gcc-df936998d6c671e37efbfc4883080c6335325517.tar.gz |
PR middle-end/56167
* c-common.c (handle_error_attribute): Fix condition.
* gcc.dg/pr56167.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195748 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r-- | gcc/c-family/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 2fbc8f49b70..16ef84a3634 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2013-02-05 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/56167 + * c-common.c (handle_error_attribute): Fix condition. + 2013-01-30 Jakub Jelinek <jakub@redhat.com> PR c++/55742 |