This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/22065] -fdump-tree-original causes static function to emitted with the same name
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Oct 2005 18:52:07 -0000
- Subject: [Bug c/22065] -fdump-tree-original causes static function to emitted with the same name
- References: <bug-22065-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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