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/87788] Support D on x86_64-apple-darwin*
Date: Sun, 29 Nov 2020 12:48:17 +0000	[thread overview]
Message-ID: <bug-87788-4-SywbqueDgG@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-87788-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #18 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain Buclaw <ibuclaw@gcc.gnu.org>:

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

commit r11-5516-gf59be8dfbd85a7f8face7340950503750a8bfddb
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Sun Nov 29 12:49:52 2020 +0100

    d: Remove d_size_t from front-end sources (PR 87788)

    The typedef for d_size_t assumes that the implementation of the
    front-end is written in D itself, where size_t can map only to uint32_t
    or uint64_t.  As that is not the case for the current D front-end, the
    typedef should be removed. This would fix the bootstrap on targets where
    in C++ size_t is a long, such as darwin i386.

    Reviewed-on: https://github.com/dlang/dmd/pull/12008

    gcc/d/ChangeLog:

            PR d/87788
            * dmd/MERGE: Merge upsream dmd 45fa6cfd2.

       reply	other threads:[~2020-11-29 12:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-87788-4@http.gcc.gnu.org/bugzilla/>
2020-11-29 12:48 ` cvs-commit at gcc dot gnu.org [this message]
2020-11-29 21:10 ` cvs-commit at gcc dot gnu.org
2020-11-29 21:14 ` egallager at gcc dot gnu.org
2020-11-29 21:22 ` ibuclaw at gdcproject dot org
2020-11-29 21:27 ` ibuclaw at gdcproject dot 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-87788-4-SywbqueDgG@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).