[Issue 23904] Spurious "struct [...] already exists"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23904 --- Comment #1 from Vladimir Panteleev --- BTW, it compiles in 2.080.1. I did not mark it as a regression because, even though the release compiler does not produce any errors, the debug build of that version trips an assertion:

[Issue 23904] New: Spurious "struct [...] already exists"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23904 Issue ID: 23904 Summary: Spurious "struct [...] already exists" Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: rejects-valid

[Issue 23903] New: Demangling produces exponentially long output

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23903 Issue ID: 23903 Summary: Demangling produces exponentially long output Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: mangling

[Issue 23901] Spurious "Cannot move object [...] with internal pointer"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23901 --- Comment #11 from Vladimir Panteleev --- (In reply to mhh from comment #10) > I actually can reproduce with ldc2 on my M1 macbook That's interesting, maybe there is more than one bug here. --

[Issue 23901] Spurious "Cannot move object [...] with internal pointer"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23901 --- Comment #10 from mhh --- I actually can reproduce with ldc2 on my M1 macbook --

[Issue 23901] Spurious "Cannot move object [...] with internal pointer"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23901 --- Comment #9 from mhh --- ^^ ignore that --

[Issue 23901] Spurious "Cannot move object [...] with internal pointer"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23901 --- Comment #8 from mhh --- It seems to only reproduce with rdmd --

[Issue 23901] Spurious "Cannot move object [...] with internal pointer"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23901 --- Comment #7 from Vladimir Panteleev --- (In reply to mhh from comment #5) > > Once again with a .1 release, I cannot reproduce. If you're still having trouble reproducing it, it does reproduce on run.dlang.io. --

[Issue 23901] Spurious "Cannot move object [...] with internal pointer"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23901 Vladimir Panteleev changed: What|Removed |Added Hardware|All |x86_64 OS|All

[Issue 23901] Spurious "Cannot move object [...] with internal pointer"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23901 --- Comment #5 from mhh --- Once again with a .1 release, I cannot reproduce. // TODO: this assert pulls in half of phobos. we need to work out an alternative assert strategy. //static if (!is(T == class) && hasAliasing!T) if (!__ctfe) //

[Issue 23901] Spurious "Cannot move object [...] with internal pointer"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23901 --- Comment #4 from mhh --- The (full) message isn't in the issue title. --

[Issue 23902] New: ImportC error message location for #defines are not precise enough.

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23902 Issue ID: 23902 Summary: ImportC error message location for #defines are not precise enough. Product: D Version: D2 Hardware: x86 OS: Mac OS X

[Issue 23875] ImportC: __attribute__ in a cast doesn't work

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23875 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #15196 "[CI] Revert "fix Issue 23875 23880"" was merged into master: - 1474d36467c90c279ff43d16bba9184a3b0934a8 by Dennis: Revert "fix Issue 23875 23880 (#15172)" This reverts commit

[Issue 23880] ImportC: __attribute__((vector_size(N))) is not implemented

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23880 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #15196 "[CI] Revert "fix Issue 23875 23880"" was merged into master: - 1474d36467c90c279ff43d16bba9184a3b0934a8 by Dennis: Revert "fix Issue 23875 23880 (#15172)" This reverts commit

[Issue 23901] Spurious "Cannot move object [...] with internal pointer"

2023-05-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23901 --- Comment #3 from Vladimir Panteleev --- It's in the issue title. On 2.103.1, the full output is: core.exception.AssertError@/home/vladimir/data/software/dmd/dmd.2.103.1.linux/dmd2/linux/bin64/../../src/phobos/std/algorithm/mutation.d(1427):