This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/50916] -Os, -D_FORTIFY_SOURCE breaks strcpy & others if inlined
- From: "arekm at pld-linux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 30 Oct 2011 10:33:49 +0000
- Subject: [Bug other/50916] -Os, -D_FORTIFY_SOURCE breaks strcpy & others if inlined
- Auto-submitted: auto-generated
- References: <bug-50916-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50916
Arkadiusz Miskiewicz <arekm@pld-linux.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arekm@pld-linux.org
--- Comment #3 from Arkadiusz Miskiewicz <arekm@pld-linux.org> 2011-10-30 10:33:49 UTC ---
$ pwd
/home/users/arekm/gcc-4.6.2/host-x86_64-unknown-linux-gnu/stage1-gcc/include-fixed
$ LC_ALL=C grep -r strcpy .
./nss/secport.h:#define PORT_Strcpy strcpy
grep: ./qt4/phonon: No such file or directory
./slang/slang.h:SL_EXTERN char *SLstrcpy(register char *, register char *);
Actually I don't see gcc fixincl fixing these glibc headers.