[Bug c/47650] wrong output of print_generic_decl() called from a plugin
joe at mcknight dot de
gcc-bugzilla@gcc.gnu.org
Tue Feb 8 19:13:00 GMT 2011
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);"
More information about the Gcc-bugs
mailing list