From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F5AD385E006; Wed, 14 Feb 2024 13:53:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F5AD385E006 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707918815; bh=OpizixxlAhG2oZyEJUoXBOjc4sarIR0WKPcy+WQEuCk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NhXG2SxQNbE3qbtY7P43gekx5gO+8IBN8kXUso//XRc4RCf3eIbiz6hVNePOCrrzb UOUY5l1INz/9PZUBsBpvDSY40zp70hrBL2U+nbxIlSD0hEY85I/K63GGZswas/KcVB VO314EUAJ+GS7UuqPuBsYHJDUULtlmnwJ96Zb0fw= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/104739] gdc.test/runnable/mangle.d etc. FAIL with Solaris as Date: Wed, 14 Feb 2024 13:53:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: assemble-failure, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104739 --- Comment #10 from GCC Commits --- The master branch has been updated by Rainer Orth : https://gcc.gnu.org/g:a032c319cb9cf5348d71f008f311bcf95f3dac40 commit r14-8979-ga032c319cb9cf5348d71f008f311bcf95f3dac40 Author: Rainer Orth Date: Wed Feb 14 14:52:54 2024 +0100 testsuite: gdc: Require ucn in gdc.test/runnable/mangle.d etc. [PR10473= 9] gdc.test/runnable/mangle.d and two other tests come out UNRESOLVED on Solaris with the native assembler: UNRESOLVED: gdc.test/runnable/mangle.d compilation failed to produce executable UNRESOLVED: gdc.test/runnable/mangle.d -shared-libphobos compilation fa= iled to produce executable UNRESOLVED: gdc.test/runnable/testmodule.d compilation failed to produce executable UNRESOLVED: gdc.test/runnable/testmodule.d -shared-libphobos compilation failed to produce executable UNRESOLVED: gdc.test/runnable/ufcs.d compilation failed to produce executable UNRESOLVED: gdc.test/runnable/ufcs.d -shared-libphobos compilation fail= ed to produce executable Assembler: mangle.d "/var/tmp//cci9q2Sc.s", line 115 : Syntax error Near line: " movzbl=20 test_=C3=91=C3=90=C2=BB=C3=91=C3=91=C3=90=C2=B8=C3=90=C2=B9=C3=91=C3=90=C2= =BA=C3=90=C2=B8=C3=90=C2=B5_=C3=90=C2=BF=C3=90=C2=B8=C3=91=C3=91=C3=90=C2= =BC=C3=90=C2=B5=C3=90=C2=BD=C3=90=C2=B0_9, %eax" "/var/tmp//cci9q2Sc.s", line 115 : Syntax error Near line: " movzbl=20 test_=C3=91=C3=90=C2=BB=C3=91=C3=91=C3=90=C2=B8=C3=90=C2=B9=C3=91=C3=90=C2= =BA=C3=90=C2=B8=C3=90=C2=B5_=C3=90=C2=BF=C3=90=C2=B8=C3=91=C3=91=C3=90=C2= =BC=C3=90=C2=B5=C3=90=C2=BD=C3=90=C2=B0_9, %eax" "/var/tmp//cci9q2Sc.s", line 115 : Syntax error Near line: " movzbl=20 test_=C3=91=C3=90=C2=BB=C3=91=C3=91=C3=90=C2=B8=C3=90=C2=B9=C3=91=C3=90=C2= =BA=C3=90=C2=B8=C3=90=C2=B5_=C3=90=C2=BF=C3=90=C2=B8=C3=91=C3=91=C3=90=C2= =BC=C3=90=C2=B5=C3=90=C2=BD=C3=90=C2=B0_9, %eax" "/var/tmp//cci9q2Sc.s", line 115 : Syntax error Near line: " movzbl=20 test_=C3=91=C3=90=C2=BB=C3=91=C3=91=C3=90=C2=B8=C3=90=C2=B9=C3=91=C3=90=C2= =BA=C3=90=C2=B8=C3=90=C2=B5_=C3=90=C2=BF=C3=90=C2=B8=C3=91=C3=91=C3=90=C2= =BC=C3=90=C2=B5=C3=90=C2=BD=C3=90=C2=B0_9, %eax" "/var/tmp//cci9q2Sc.s", line 115 : Syntax error [...] since /bin/as lacks UCN support. Iain recently added UNICODE_NAMES: annotations to the affected tests and those recently were imported into trunk. This patch handles the DejaGnu side of things, adding { dg-require-effective-target ucn } to those tests on the fly. Tested on i386-pc-solaris2.11, sparc-sun-solaris2.11 (as and gas each), and x86_64-pc-linux-gnu. 2024-02-03 Rainer Orth gcc/testsuite: PR d/104739 * lib/gdc-utils.exp (gdc-convert-test) : Require ucn support.=