[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23874 --- Comment #10 from Dlang Bot --- dlang/dmd pull request #15238 "merge stable" was merged into master: - 6d0a9a5607b945dc45cfb22a0d6be16e063cece8 by RazvanN7: Fix Issue 23874 - -profile=gc segfaults / ICE

[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-05 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #9 from Dlang Bot --- dlang/dmd pull request #15179 "Fix Issue 23874 - -profile=gc segfaults / ICE regression - part 2" was merged into stable: - a2db946b3bb157da3df68858bf11d75a71089b56 by RazvanN7: Fix Issue 23874 - -profile=gc segfaults / ICE regress

[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23874 --- Comment #8 from Dlang Bot --- @RazvanN7 created dlang/dmd pull request #15179 "Fix Issue 23874 - -profile=gc segfaults / ICE regression - part 2" fixing this issue: - Fix Issue 23874 - -profile=gc segfaults / ICE regression https://

[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23874 --- Comment #7 from Dlang Bot --- @rainers updated dlang/dmd pull request #15170 "fix issues 20737 and 23024 - TLS variables unusable with -betterC/imp…" fixing this issue: - Fix Issue 23874 - -profile=gc segfaults / ICE regress

[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23874 Jan Jurzitza changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-02 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #5 from Dlang Bot --- dlang/dmd pull request #15164 "Fix Issue 23874 - -profile=gc segfaults / ICE regression" was merged into stable: - 5e7383817f4951f0553cb9e2638c2ecae0a41f1c by RazvanN7: Fix Issue 23874 - -profile=gc segfaults / ICE regression https://

[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-02 Thread d-bugmail--- via Digitalmars-d-bugs
--- @RazvanN7 created dlang/dmd pull request #15164 "Fix Issue 23874 - -profile=gc segfaults / ICE regression" fixing this issue: - Fix Issue 23874 - -profile=gc segfaults / ICE regression https://github.com/dlang/dmd/pull/15164 --

[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23874 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #3 from

[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23874 --- Comment #2 from Jan Jurzitza --- alternative reproduction that works with master: reduced2.d ``` string myToString() { } enum x = myToString ~ ""; ``` dmd -c -profile=gc reduced2.d this one regressed in

[Issue 23874] -profile=gc segfaults / ICE regression

2023-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23874 --- Comment #1 from Jan Jurzitza --- note: the code to reproduce has been fixed with https://github.com/dlang/dmd/commit/abb7836dd705be4f3c82e606b31d54dd69276476 on master, but that did not seem intentional and I'm keeping this open until the real