Re: LDC 1.30.0-beta1

2022-05-23 Thread kinke via Digitalmars-d-announce
On Monday, 23 May 2022 at 01:42:31 UTC, zoujiaqing wrote: The Arm64 version can't run on my MacBook: https://github.com/ldc-developers/ldc/issues/3864 It should definitely *run*. The linked debuginfo issue for macOS 12 targets mentions 2 workarounds - setting the `MACOSX_DEPLOYMENT_TARGET` en

Re: LDC 1.30.0-beta1

2022-05-23 Thread kinke via Digitalmars-d-announce
On Sunday, 22 May 2022 at 12:58:49 UTC, Test123 wrote: There is a bug with this simple code. ```d import ldc.attributes : assumeUsed; @nogc nothrow extern(C): export int test() @assumeUsed { return 0; } ``` [...] If I enable lto there is no name for Export Table: This works fine on m

Re: LDC 1.30.0-beta1

2022-05-22 Thread zoujiaqing via Digitalmars-d-announce
On Sunday, 22 May 2022 at 15:43:20 UTC, max haughton wrote: On Sunday, 22 May 2022 at 15:34:03 UTC, zoujiaqing wrote: On Monday, 16 May 2022 at 18:31:47 UTC, kinke wrote: [...] LDC is too powerful! Waiting arm64 version on apple M1 ;) It's there in the list and also available via brew. T

Re: LDC 1.30.0-beta1

2022-05-22 Thread max haughton via Digitalmars-d-announce
On Sunday, 22 May 2022 at 15:34:03 UTC, zoujiaqing wrote: On Monday, 16 May 2022 at 18:31:47 UTC, kinke wrote: [...] LDC is too powerful! Waiting arm64 version on apple M1 ;) It's there in the list and also available via brew.

Re: LDC 1.30.0-beta1

2022-05-22 Thread zoujiaqing via Digitalmars-d-announce
On Monday, 16 May 2022 at 18:31:47 UTC, kinke wrote: Glad to announce the first beta for LDC 1.30. Major changes: * Based on D 2.100.0. * LLVM for prebuilt packages bumped to v14.0.3. All target architectures supported by LLVM are enabled now. * Dropped LDC ltsmaster (v0.17.x) as supported host

Re: LDC 1.30.0-beta1

2022-05-22 Thread Test123 via Digitalmars-d-announce
On Monday, 16 May 2022 at 18:31:47 UTC, kinke wrote: Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.30.0-beta1 Please help test, and thanks to all contributors & sponsors! hi @kinke, thanks again for the great work. There is a bug with this simple code

Re: LDC 1.30.0-beta1

2022-05-17 Thread Walter Bright via Digitalmars-d-announce
On 5/16/2022 11:31 AM, kinke wrote: Glad to announce the first beta for LDC 1.30. Excellent work!

Re: LDC 1.30.0-beta1

2022-05-17 Thread zoujiaqing via Digitalmars-d-announce
On Monday, 16 May 2022 at 18:31:47 UTC, kinke wrote: Glad to announce the first beta for LDC 1.30. Major changes: * Based on D 2.100.0. * LLVM for prebuilt packages bumped to v14.0.3. All target architectures supported by LLVM are enabled now. * Dropped LDC ltsmaster (v0.17.x) as supported host

Re: LDC 1.30.0-beta1

2022-05-17 Thread Guillaume Piolat via Digitalmars-d-announce
On Monday, 16 May 2022 at 18:31:47 UTC, kinke wrote: Glad to announce the first beta for LDC 1.30. Major changes: * Based on D 2.100.0. * LLVM for prebuilt packages bumped to v14.0.3. All target architectures supported by LLVM are enabled now. * Dropped LDC ltsmaster (v0.17.x) as supported host

Re: LDC 1.30.0-beta1

2022-05-17 Thread test123 via Digitalmars-d-announce
On Monday, 16 May 2022 at 18:31:47 UTC, kinke wrote: Glad to announce the first beta for LDC 1.30. Major changes: * Based on D 2.100.0. * LLVM for prebuilt packages bumped to v14.0.3. All target architectures supported by LLVM are enabled now. * Dropped LDC ltsmaster (v0.17.x) as supported host

LDC 1.30.0-beta1

2022-05-16 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for LDC 1.30. Major changes: * Based on D 2.100.0. * LLVM for prebuilt packages bumped to v14.0.3. All target architectures supported by LLVM are enabled now. * Dropped LDC ltsmaster (v0.17.x) as supported host compiler. Like DMD, the min D version for bootstrapp