[Bug c/22065] -fdump-tree-original causes static function to emitted with the same name
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Oct 16 18:52:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list