------- Comment #5 from J dot Gorka at osmosys dot tv 2008-03-18 08:17 ------- All is fine. My friend copy that program from here, compile on gcc-4.3 and give me result that is in comment #3.... But ok, i copy one more time what is in function.h file:
typedef void (*listener_fun)( int a, int b, int c); struct data_t { int a; listener_fun listener; int b; int c; int d; }; void function_calling_listener (struct data_t data); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35616