January 09, 2023
https://issues.dlang.org/show_bug.cgi?id=23517

--- Comment #7 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal updated dlang/dmd pull request #14796 "Remove some special cases from dmd.typesem.resolveHelper" mentioning this issue:

- ci: Update cirrus macOS image to M1-based runners (#14772)

  * druntime/test: Force makefile to x86 on Apple ARM cpu (dmd does not support
ARM)

  * ci: Update cirrus macOS image to M1-based runners

  * compiler/test/Makefile: Workaround issue 23517

https://github.com/dlang/dmd/pull/14796

--
January 11, 2023
https://issues.dlang.org/show_bug.cgi?id=23517

--- Comment #8 from Dlang Bot <dlang-bot@dlang.rocks> ---
@SixthDot updated dlang/dmd pull request #14803 "fix issue 23620 - 'alias this' is not respected in static array lengtā€¦" mentioning this issue:

- ci: Update cirrus macOS image to M1-based runners (#14772)

  * druntime/test: Force makefile to x86 on Apple ARM cpu (dmd does not support
ARM)

  * ci: Update cirrus macOS image to M1-based runners

  * compiler/test/Makefile: Workaround issue 23517

https://github.com/dlang/dmd/pull/14803

--
January 11, 2023
https://issues.dlang.org/show_bug.cgi?id=23517

--- Comment #9 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #14790 "fix Issue 23218 - cgxmm.d:1373 assert fail" mentioning this issue:

- ci: Update cirrus macOS image to M1-based runners (#14772)

  * druntime/test: Force makefile to x86 on Apple ARM cpu (dmd does not support
ARM)

  * ci: Update cirrus macOS image to M1-based runners

  * compiler/test/Makefile: Workaround issue 23517

https://github.com/dlang/dmd/pull/14790

--
January 13, 2023
https://issues.dlang.org/show_bug.cgi?id=23517

--- Comment #10 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #14813 "Merge Stable into master" mentioning this issue:

- ci: Update cirrus macOS image to M1-based runners (#14772)

  * druntime/test: Force makefile to x86 on Apple ARM cpu (dmd does not support
ARM)

  * ci: Update cirrus macOS image to M1-based runners

  * compiler/test/Makefile: Workaround issue 23517

https://github.com/dlang/dmd/pull/14813

--
January 14, 2023
https://issues.dlang.org/show_bug.cgi?id=23517

--- Comment #11 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #14805 "fix Issue 23614 - ImportC: __int128 not supported" mentioning this issue:

- ci: Update cirrus macOS image to M1-based runners (#14772)

  * druntime/test: Force makefile to x86 on Apple ARM cpu (dmd does not support
ARM)

  * ci: Update cirrus macOS image to M1-based runners

  * compiler/test/Makefile: Workaround issue 23517

https://github.com/dlang/dmd/pull/14805

--
February 24, 2023
https://issues.dlang.org/show_bug.cgi?id=23517

--- Comment #12 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 updated dlang/dmd pull request #14884 "Fix Issue 23709 - Cannot use synchronized on shared class with -preview=nosharedaccess" mentioning this issue:

- ci: Update cirrus macOS image to M1-based runners (#14772)

  * druntime/test: Force makefile to x86 on Apple ARM cpu (dmd does not support
ARM)

  * ci: Update cirrus macOS image to M1-based runners

  * compiler/test/Makefile: Workaround issue 23517

https://github.com/dlang/dmd/pull/14884

--
February 24, 2023
https://issues.dlang.org/show_bug.cgi?id=23517

--- Comment #13 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 updated dlang/dmd pull request #14909 "Fix Issue 23732 - Cannot create shared instance of class with -preview=nosharedaccess" mentioning this issue:

- ci: Update cirrus macOS image to M1-based runners (#14772)

  * druntime/test: Force makefile to x86 on Apple ARM cpu (dmd does not support
ARM)

  * ci: Update cirrus macOS image to M1-based runners

  * compiler/test/Makefile: Workaround issue 23517

https://github.com/dlang/dmd/pull/14909

--
February 22
https://issues.dlang.org/show_bug.cgi?id=23517

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
           Hardware|x86                         |All
            Summary|dmd with -g flag fails to   |dmd with -g flag fails to
                   |link on macOS 13.0.1 (i368) |link on macOS with
                   |with unaligned pointer      |unaligned pointer

--
February 22
https://issues.dlang.org/show_bug.cgi?id=23517

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #14 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #16224 "Fix Bugzilla 23517 - dmd with -g flag fails to link on macOS with unaligned pointer" fixing this issue:

- Fix Bugzilla 23517 - dmd with -g flag fails to link on macOS with unaligned pointer

https://github.com/dlang/dmd/pull/16224

--
February 22
https://issues.dlang.org/show_bug.cgi?id=23517

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #15 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16224 "Fix Bugzilla 23517 - dmd with -g flag fails to link on macOS with unaligned pointer" was merged into stable:

- cc300fe4aab76681c05cd7cbd085bdeed0ee8f6e by Iain Buclaw:
  Fix Bugzilla 23517 - dmd with -g flag fails to link on macOS with unaligned
pointer

https://github.com/dlang/dmd/pull/16224

--