This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix -Wdisallowed-function-list=* (PR c++/39554)


On Wed, Mar 25, 2009 at 17:31, Jakub Jelinek <jakub@redhat.com> wrote:

> + Â Â Âfnname = IDENTIFIER_POINTER (DECL_NAME (fndecl));

How about just using get_name (fndecl)?

Otherwise, OK.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]