https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124122

            Bug ID: 124122
           Summary: gdc.test/runnable/test20275.d etc. FAIL
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---
            Target: *-*-solaris2.11

Between 20260204 (f845b6995580f7de03b43fef1ad864e3ae28d590) and 20260205
(216bda11307c98904db164e1db1f198ceea53db1), two tests began to FAIL on Solaris
(both SPARC and x86) with the native assembler:

UNRESOLVED: gdc.test/runnable/test20275.d   compilation failed to produce
executable
UNRESOLVED: gdc.test/runnable/test20275.d -shared-libphobos   compilation
failed to produce executable
UNRESOLVED: gdc.test/runnable/test21757.d   compilation failed to produce
executable
UNRESOLVED: gdc.test/runnable/test21757.d -shared-libphobos   compilation
failed to produce executable

The issue is always the same:

Assembler: test20275.d
        "/var/tmp//ccR1Muva.s", line 12 : Syntax error
        Near line: "    call    _D7imports6你好3fooFZi"

This is a known issue (cf. PR d/104739).  Both tests lack

// UNICODE_NAMES:

to avoid this.

Reply via email to