diff options
author | mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-30 17:22:12 +0000 |
---|---|---|
committer | mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-30 17:22:12 +0000 |
commit | a3fec48aa8f2a0899daf9a16379c07f8d444ac51 (patch) | |
tree | 2fd76e3280f97f23caaf399ce9bfb9c9683bd287 /gcc/c/ChangeLog | |
parent | 80c3d8cfbee4261191eb22419c2145ff70aa49b7 (diff) | |
download | gcc-a3fec48aa8f2a0899daf9a16379c07f8d444ac51.tar.gz |
* c-objc-common.c (c_tree_printer) <case 'T'>: For a typedef name,
print the stripped version as well, if they're not the same.
* gcc.dg/diag-aka-1.c: New test.
* gcc.dg/pr13804-1.c: Adjust dg-error.
* gcc.dg/redecl-14.c: Likewise.
* gcc.dg/pr56980.c: Adjust dg-message.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216941 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index e2d061f9287..24781e1b7a2 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,8 @@ +2014-10-30 Marek Polacek <polacek@redhat.com> + + * c-objc-common.c (c_tree_printer) <case 'T'>: For a typedef name, + print the stripped version as well, if they're not the same. + 2014-10-29 Richard Sandiford <richard.sandiford@arm.com> * c-decl.c, c-tree.h, c-typeck.c: Remove redundant enum from |