------- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-16 18:52 ------- The patch still does not work but here is the reduced testcase: typedef long unsigned int size_t; void * __wrap_malloc (size_t c) __attribute__ (( alias ("malloc") ));
This on x86_64-pc-linux-gnu, I will still look into it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22065