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

--- Comment #1 from joe at mcknight dot de 2011-02-08 19:09:41 UTC ---
here's another example where print_generic_decl() fails:

-----------------------
typedef void (*Handler)( int , void * );
Handler GetFunctionPointer();
-----------------------

This would output "extern void (*Handler) (int, void *) GetFunctionPointer
(void);"

Reply via email to