OSDN Git Service

ChangeLog gcc/c-family
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Mar 2011 08:32:50 +0000 (08:32 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Mar 2011 08:32:50 +0000 (08:32 +0000)
commitee21242512a5e851dd184d242441173fb9d4944d
tree5ed13e5b3cc506456eb82dc8e01503a616f1804b
parentac86af5d47802aeddf81599395564a033c115516
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171210 138bc75d-0d04-0410-961f-82ee72b054a4
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