http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12171
--- Comment #4 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-03-21 08:32:56 UTC --- Author: ktietz Date: Mon Mar 21 08:32:50 2011 New Revision: 171210 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171210 Log: ChangeLog gcc/c-family 2011-03-21 Kai Tietz <[email protected]> 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 <[email protected]> PR target/12171 * cxx-pretty-print.c (pp_cxx_ptr_operator): Display allowed attributes for function pointer types. * error.c (dump_type_prefix): Likewise. Modified: trunk/gcc/c-family/ChangeLog trunk/gcc/c-family/c-pretty-print.c trunk/gcc/c-family/c-pretty-print.h trunk/gcc/cp/ChangeLog trunk/gcc/cp/cxx-pretty-print.c trunk/gcc/cp/error.c
