
#12965: String merging broken on Windows
----------------------------------------+---------------------------------
Reporter: bgamari | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 8.0.1
Keywords: | Operating System: Windows
Architecture: Unknown/Multiple | Type of failure: None/Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
----------------------------------------+---------------------------------
#9577 introduced string literal merging via the linker. Unfortunately I
haven't been able to get this to function on Windows, resulting in
testsuite failures of #9577.
Even `gcc` appears to do the wrong thing here,
{{{
$ cat hi.c
#include