Created attachment 1871
GDB backtrace
Compiling the following program with -profile=gc makes DMD segfault:
```
import std.stdio;
int main(string[] args) {
int[] a;
a ~= 2;
writeln(a);
return 0;
}
```
Attached a backtrace.
$ dmd --version
DMD64 D Compiler v2.103.0
...
Comment #1 by razvan.nitu1305 — 2023-04-24T11:36:07Z