www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Regression ICE with 2.108.1

reply "H. S. Teoh" <hsteoh qfbox.info> writes:
https://issues.dlang.org/show_bug.cgi?id=24560

This broke one of my long-standing D projects. :-(  Code used to compile
with 2.107.1.


T

-- 
Without geometry, life would be pointless. -- VS
May 23
parent reply RazvanN <razvan.nitu1305 gmail.com> writes:
On Thursday, 23 May 2024 at 22:48:52 UTC, H. S. Teoh wrote:
 https://issues.dlang.org/show_bug.cgi?id=24560

 This broke one of my long-standing D projects. :-(  Code used 
 to compile with 2.107.1.


 T
Fixed by: https://github.com/dlang/dmd/pull/16519
May 24
parent reply "H. S. Teoh" <hsteoh qfbox.info> writes:
On Fri, May 24, 2024 at 09:51:25AM +0000, RazvanN via Digitalmars-d wrote:
 On Thursday, 23 May 2024 at 22:48:52 UTC, H. S. Teoh wrote:
 https://issues.dlang.org/show_bug.cgi?id=24560
 
 This broke one of my long-standing D projects. :-(  Code used to
 compile with 2.107.1.
[...]
 Fixed by: https://github.com/dlang/dmd/pull/16519
Thanks for the prompt response! T -- "How are you doing?" "Doing what?"
May 24
parent RazvanN <razvan.nitu1305 gmail.com> writes:
On Friday, 24 May 2024 at 16:33:45 UTC, H. S. Teoh wrote:
 On Fri, May 24, 2024 at 09:51:25AM +0000, RazvanN via 
 Digitalmars-d wrote:
 On Thursday, 23 May 2024 at 22:48:52 UTC, H. S. Teoh wrote:
 https://issues.dlang.org/show_bug.cgi?id=24560
 
 This broke one of my long-standing D projects. :-(  Code 
 used to compile with 2.107.1.
[...]
 Fixed by: https://github.com/dlang/dmd/pull/16519
Thanks for the prompt response! T
You're welcome! Glad to help you! RazvanN
May 27