[Bug c++/12056] [DR 397] string literal in extern inline function not unique

2024-12-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12056 --- Comment #7 from Andrew Pinski --- (In reply to H.J. Lu from comment #5) > FWIW, it isn't a problem with GNU linker when all files are compiled > with the same version of gcc since linker can merge identical strings > with gcc help. Except it

[Bug c++/12056] [DR 397] string literal in extern inline function not unique

2009-03-03 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2009-03-03 21:48 --- The DR is resolved (and is irrelevant to this testcase anyway) -- jason at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/12056] [DR 397] string literal in extern inline function not unique

2009-02-13 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2009-02-14 00:56 --- FWIW, it isn't a problem with GNU linker when all files are compiled with the same version of gcc since linker can merge identical strings with gcc help. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12056

[Bug c++/12056] [DR 397] string literal in extern inline function not unique

2009-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-02-14 00:11 --- *** Bug 39187 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/12056] [DR 397] string literal in extern inline function not unique

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 13:37 --- Suspending based on the fact the DR report is still not fully resolved yet, it is still in drafting phase. -- What|Removed |Added ---