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: "aurelien at aurel32 dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 30 Oct 2011 10:21:29 +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
Aurelien Jarno <aurelien at aurel32 dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aurelien at aurel32 dot net
--- Comment #2 from Aurelien Jarno <aurelien at aurel32 dot net> 2011-10-30 10:21:29 UTC ---
Maybe GCC fixes the GLIBC headers, but how is it supposed to work if the GLIBC
is reinstalled after GCC? This solution doesn't really seem to scale very well
given the chicken and egg problem between GCC and GLIBC.