This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/54303] -fdata-sections -ffunction-sections and -fmerge-constants do not work well together
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 01 Oct 2012 21:14:29 +0000
- Subject: [Bug c/54303] -fdata-sections -ffunction-sections and -fmerge-constants do not work well together
- Auto-submitted: auto-generated
- References: <bug-54303-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-01 21:14:29 UTC ---
Not a linker bug. SHF_MERGE sections have just duplicates merged, there is no
GC defined for them.