https://gcc.gnu.org/bugzilla/show_bug.cgi?id=192
--- Comment #12 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Matt Whitlock from comment #11) > Created attachment 35479 [details] > put string literals into unique sections when -fmerge-constants > -fdata-sections > > This patch puts each string literal into a (probably) unique section when > compiling with -fmerge-constants -fdata-sections. The section name is > constructed from the character width and string alignment (as before) plus a > 32-bit hash of the string contents. Would it better to use MD5 checksum on string contents?