This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/22065] -fdump-tree-original causes static function to emitted with the same name



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]