public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.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	[thread overview]
Message-ID: <bug-104739-4-Kf5jS7XW8O@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-104739-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Rainer Orth <ro@gcc.gnu.org>:

https://gcc.gnu.org/g:a032c319cb9cf5348d71f008f311bcf95f3dac40

commit r14-8979-ga032c319cb9cf5348d71f008f311bcf95f3dac40
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date:   Wed Feb 14 14:52:54 2024 +0100

    testsuite: gdc: Require ucn in gdc.test/runnable/mangle.d etc. [PR104739]

    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 failed
    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 failed
    to produce executable

    Assembler: mangle.d
            "/var/tmp//cci9q2Sc.s", line 115 : Syntax error
            Near line: "    movzbl 
test_ÑлÑÑийÑкие_пиÑÑмена_9, %eax"
            "/var/tmp//cci9q2Sc.s", line 115 : Syntax error
            Near line: "    movzbl 
test_ÑлÑÑийÑкие_пиÑÑмена_9, %eax"
            "/var/tmp//cci9q2Sc.s", line 115 : Syntax error
            Near line: "    movzbl 
test_ÑлÑÑийÑкие_пиÑÑмена_9, %eax"
            "/var/tmp//cci9q2Sc.s", line 115 : Syntax error
            Near line: "    movzbl 
test_ÑлÑÑийÑкие_пиÑÑмена_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  <ro@CeBiTec.Uni-Bielefeld.DE>

            gcc/testsuite:
            PR d/104739
            * lib/gdc-utils.exp (gdc-convert-test) <UNICODE_NAMES>: Require
            ucn support.

  parent reply	other threads:[~2024-02-14 13:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-01 12:23 [Bug d/104739] New: " ro at gcc dot gnu.org
2022-03-01 12:24 ` [Bug d/104739] " ro at gcc dot gnu.org
2022-05-06  8:32 ` jakub at gcc dot gnu.org
2023-05-08 12:24 ` rguenth at gcc dot gnu.org
2024-02-02 13:35 ` ro at gcc dot gnu.org
2024-02-02 15:48 ` ro at CeBiTec dot Uni-Bielefeld.DE
2024-02-02 21:23 ` ibuclaw at gdcproject dot org
2024-02-05 12:52 ` ro at CeBiTec dot Uni-Bielefeld.DE
2024-02-05 12:54 ` ro at gcc dot gnu.org
2024-02-14 10:52 ` ro at gcc dot gnu.org
2024-02-14 13:53 ` cvs-commit at gcc dot gnu.org [this message]
2024-02-14 13:55 ` ro at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-104739-4-Kf5jS7XW8O@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).