This is the mail archive of the gcc-bugs@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]

[Bug other/46332] __cxa_demangle yields excess parentheses for function types


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46332

--- Comment #12 from Paolo Carlini <paolo.carlini at oracle dot com> 2010-11-10 08:24:59 UTC ---
IMHO, void (double) is fine for a function type: Ian's point about function
type vs pointer to function type fully clarifies the issue for me. If currently
the C++ front-end also uses 'void (double)' in error messages, consistency
would be an additional reason.


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