diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-18 15:19:43 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-18 15:19:43 +0000 |
commit | 576b1370b24f6d3edd9847b3a64c81fdbc32018b (patch) | |
tree | 25ecd732d665c371bdcd93e5a671ac3b556de254 /include/ChangeLog | |
parent | a44300123f81d68890d0dd98012c3d9e38c11e81 (diff) | |
download | gcc-576b1370b24f6d3edd9847b3a64c81fdbc32018b.tar.gz |
PR other/54324
* ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
< 3.4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index ac2b28ed8ff..f3acbfc2124 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2012-12-18 Aldy Hernandez <aldyh@redhat.com> + + PR other/54324 + * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC + < 3.4. + 2012-11-09 Jason Merrill <jason@redhat.com> * demangle.h (enum demangle_component_type): Add |