Re: LDC 1.37.0

2024-03-06 Thread Dakota via Digitalmars-d-announce

On Sunday, 3 March 2024 at 14:46:34 UTC, kinke wrote:

Glad to announce LDC 1.37.0. Major changes:

* Based on D 2.107.1.
* Important fix wrt. if-statement elision on constant condition.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.37.0


Thanks to all contributors & sponsors!


Thanks for update.


https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.0 
released


Re: LDC 1.37.0

2024-03-05 Thread H. S. Teoh via Digitalmars-d-announce
On Sun, Mar 03, 2024 at 02:46:34PM +, kinke via Digitalmars-d-announce 
wrote:
> Glad to announce LDC 1.37.0. Major changes:
> 
> * Based on D 2.107.1.
> * Important fix wrt. if-statement elision on constant condition.
> 
> Full release log and downloads:
> https://github.com/ldc-developers/ldc/releases/tag/v1.37.0
> 
> Thanks to all contributors & sponsors!

Awesome, thanks to the LDC team for another fine compiler!


--T


Re: LDC 1.37.0

2024-03-05 Thread Christian Köstlin via Digitalmars-d-announce

On Sunday, 3 March 2024 at 14:46:34 UTC, kinke wrote:

Glad to announce LDC 1.37.0. Major changes:

* Based on D 2.107.1.
* Important fix wrt. if-statement elision on constant condition.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.37.0


Thanks to all contributors & sponsors!


Thanks a lot, that was also quite the quick catch-up from dmd!


Re: LDC 1.37.0

2024-03-04 Thread Mike Shah via Digitalmars-d-announce

On Sunday, 3 March 2024 at 14:46:34 UTC, kinke wrote:

Glad to announce LDC 1.37.0. Major changes:

* Based on D 2.107.1.
* Important fix wrt. if-statement elision on constant condition.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.37.0


Thanks to all contributors & sponsors!


Thank you for the hard work!