ChangeLog gcc/c-family
authorKai Tietz <ktietz@redhat.com>
Mon, 21 Mar 2011 08:32:50 +0000 (09:32 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Mon, 21 Mar 2011 08:32:50 +0000 (09:32 +0100)
commit5050afdf0f1279bd2190b672bc6312aea9f7305f
tree5ed13e5b3cc506456eb82dc8e01503a616f1804b
parent62d784f7bdc63b09b0e2cee98aba71c921e2479c
ChangeLog gcc/c-family

2011-03-21  Kai Tietz  <ktietz@redhat.com>

PR target/12171
* c-pretty-print.c (pp_c_specifier_qualifier_list):
Display allowed attributes for function pointer types.
(pp_c_attributes_display): New function to display
attributes having affects_type_identity flag set to true.
* c-pretty-print.h (pp_c_attributes_display): New prototype.

ChangeLog gcc/cp

2011-03-21  Kai Tietz  <ktietz@redhat.com>

PR target/12171
* cxx-pretty-print.c (pp_cxx_ptr_operator):
Display allowed attributes for function pointer types.
* error.c (dump_type_prefix): Likewise.

From-SVN: r171210
gcc/c-family/ChangeLog
gcc/c-family/c-pretty-print.c
gcc/c-family/c-pretty-print.h
gcc/cp/ChangeLog
gcc/cp/cxx-pretty-print.c
gcc/cp/error.c