[Bug middle-end/35616] Incorrect code while O2 compling
J dot Gorka at osmosys dot tv
gcc-bugzilla@gcc.gnu.org
Tue Mar 18 08:18:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list