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 other/50916] -Os, -D_FORTIFY_SOURCE breaks strcpy & others if inlined


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.


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