From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2BD6A3858403; Fri, 2 Feb 2024 21:23:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BD6A3858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706909038; bh=ZsPPvUUO2bzjAu3XZCbVOl5NQ5nErEE1V0h1X/RTQI4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GN6GE6vMzSVhDk548CSwEvj7tf+iZ4ZZdiyC/ju+ygbHGfq0R35gz/b23ivrulcAO +fP7ekPof4/9vI2v5z6ZGo5xEXNIYSkf3Am5zTF89pMeKjnGC4H99SMLYbaq/JM+tm nN9uejvo3YFPAE2nPK50qDZ6BXHTc3/wq8ACB1gk= From: "ibuclaw at gdcproject dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/104739] gdc.test/runnable/mangle.d etc. FAIL with Solaris as Date: Fri, 02 Feb 2024 21:23:57 +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: ibuclaw at gdcproject dot 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 #6 from Iain Buclaw --- (In reply to ro@CeBiTec.Uni-Bielefeld.DE from comment #5) > > --- Comment #4 from Rainer Orth --- > > I wonder how to handle this: while DejaGnu has an ucn effective-target = keyword, > > the gdc.test testsuite doesn't use those at all. >=20 > What I think could be done is >=20 > * Add "//UTF-8 chars" comments to testmodule.d and ufcs.d; mangle.d > already has one. >=20 > * Make gdc-utils.exp (gdc-convert-test) check for those annotations, > adding >=20 > // { dg-require-effective-target ucn} >=20 > if found. >=20 > The new annotations would have to go upstream, I believe. WDYT? Can give it a go. https://github.com/dlang/dmd/pull/16136=