attribs.c (decl_attributes): Remove always true condition, TREE_TYPE(x) will never...
authorAndrew MacLeod <amacleod@redhat.com>
Wed, 19 Nov 2014 03:37:34 +0000 (03:37 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 19 Nov 2014 03:37:34 +0000 (03:37 +0000)
commit26c87b1a648dce3764f9efdb56c75dcf953413c5
treea6120a0452ca223e03bdc9533a07859c02b56829
parent052beba43fcefe280c617045f03dfe37fcd5b81a
attribs.c (decl_attributes): Remove always true condition, TREE_TYPE(x) will never compare equal to a TYPE_DECL.

2014-11-18  Andrew MacLeod  <amacleod@redhat.com>

* attribs.c (decl_attributes): Remove always true condition,
TREE_TYPE(x) will never compare equal to a TYPE_DECL.

From-SVN: r217750
gcc/ChangeLog
gcc/attribs.c