From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8DC83858D39; Tue, 1 Mar 2022 12:23:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8DC83858D39 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/104739] New: gdc.test/runnable/mangle.d etc. FAIL with Solaris as Date: Tue, 01 Mar 2022 12:23:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcctarget Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2022 12:23:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104739 Bug ID: 104739 Summary: gdc.test/runnable/mangle.d etc. FAIL with Solaris as Product: gcc Version: 12.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 Since 20211130, several tests FAIL on Solaris when /bin/as is used instead = of gas: +UNRESOLVED: gdc.test/runnable/mangle.d compilation failed to produce executable +UNRESOLVED: gdc.test/runnable/mangle.d -shared-libphobos compilation fai= led to produce executable Assembler: mangle.d "/var/tmp//cci9q2Sc.s", line 115 : Syntax error Near line: " movzbl test_=D1=8D=D0=BB=D1=8C=D1=84=D0=B8=D0=B9= =D1=81=D0=BA=D0=B8=D0=B5_=D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=B5=D0=BD=D0=B0_9= , %eax" "/var/tmp//cci9q2Sc.s", line 115 : Syntax error Near line: " movzbl test_=D1=8D=D0=BB=D1=8C=D1=84=D0=B8=D0=B9= =D1=81=D0=BA=D0=B8=D0=B5_=D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=B5=D0=BD=D0=B0_9= , %eax" "/var/tmp//cci9q2Sc.s", line 115 : Syntax error Near line: " movzbl test_=D1=8D=D0=BB=D1=8C=D1=84=D0=B8=D0=B9= =D1=81=D0=BA=D0=B8=D0=B5_=D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=B5=D0=BD=D0=B0_9= , %eax" "/var/tmp//cci9q2Sc.s", line 115 : Syntax error Near line: " movzbl test_=D1=8D=D0=BB=D1=8C=D1=84=D0=B8=D0=B9= =D1=81=D0=BA=D0=B8=D0=B5_=D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=B5=D0=BD=D0=B0_9= , %eax" "/var/tmp//cci9q2Sc.s", line 115 : Syntax error [...] +UNRESOLVED: gdc.test/runnable/testmodule.d compilation failed to produce executable +UNRESOLVED: gdc.test/runnable/testmodule.d -shared-libphobos compilation failed to produce executable Assembler: testmodule.d "/var/tmp//ccBtixAd.s", line 3 : Syntax error Near line: " .globl _D3run17unicode_06_=E5=93=AA=E9=87=8C6=E5= =93=AA=E9=87=8CFiZi" "/var/tmp//ccBtixAd.s", line 3 : Syntax error Near line: " .globl _D3run17unicode_06_=E5=93=AA=E9=87=8C6=E5= =93=AA=E9=87=8CFiZi" "/var/tmp//ccBtixAd.s", line 3 : Syntax error Near line: " .globl _D3run17unicode_06_=E5=93=AA=E9=87=8C6=E5= =93=AA=E9=87=8CFiZi" "/var/tmp//ccBtixAd.s", line 3 : Syntax error Near line: " .globl _D3run17unicode_06_=E5=93=AA=E9=87=8C6=E5= =93=AA=E9=87=8CFiZi" "/var/tmp//ccBtixAd.s", line 3 : Syntax error [...] +UNRESOLVED: gdc.test/runnable/ufcs.d compilation failed to produce executable +UNRESOLVED: gdc.test/runnable/ufcs.d -shared-libphobos compilation faile= d to produce executable Assembler: ufcs.d "/var/tmp//ccodJ7Ib.s", line 6662 : Syntax error Near line: " .globl _D4ufcs6=CE=B18503FiZv" "/var/tmp//ccodJ7Ib.s", line 6662 : Syntax error Near line: " .globl _D4ufcs6=CE=B18503FiZv" "/var/tmp//ccodJ7Ib.s", line 6662 : Syntax error Near line: " .globl _D4ufcs6=CE=B18503FiZv" All of these happen because /bin/as lacks support for UTF-8 identifiers.=