http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50916
Pawel Sikora <pluto at agmk dot net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pluto at agmk dot net --- Comment #4 from Pawel Sikora <pluto at agmk dot net> 2011-10-30 10:46:48 UTC --- (In reply to comment #3) > $ 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. gcc's fixincl doesn't touch <bits/string3.h> which redefines some str* functions.