[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2021-02-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2021-01-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 --- Comment #13 from JR --- I may have come across as unappreciative, which was not my intention. (In reply to Mathias LANG from comment #11) > But it's a structural problem that needs to be addressed, and for the time > being the best way to deal

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2021-01-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 --- Comment #12 from JR --- (In reply to Mathias LANG from comment #11) > I'm tempted to close this, as `OutOfMemoryError` cannot be reliably bisected > and there's no "action point" here. > > Don't get me wrong, the compiler IS using too much

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2021-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #11

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 Mr. Smith changed: What|Removed |Added CC||mrsmit...@yandex.ru --- Comment #10 from Mr.

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-02-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 --- Comment #9 from JR --- (In reply to Jonathan Marler from comment #8) > JR how did you do your git bisect? What command were you using to build dmd? I used digger to automate the bisection. I might add that I started all this with trying to

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-02-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 Jonathan Marler changed: What|Removed |Added CC||johnnymar...@gmail.com --- Comment #8

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-02-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 --- Comment #7 from JR --- (In reply to Seb from comment #6) > This probably doesn't help you, but as it's easy to test: > Did you try this with 2.090 as well? There was a regression with the change > to build.d that omitted the -O flag on Windows.

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-02-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 Seb changed: What|Removed |Added CC||greeen...@gmail.com --- Comment #6 from Seb --- This

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-02-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 --- Comment #5 from JR --- Ignore that, it does seem to be doing something now. It still runs out of memory though, will experiment. Apologies for the noise. --

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-02-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 --- Comment #4 from JR --- (In reply to moonlightsentinel from comment #3) > > I see. Is there a point in retrying the bisection? > > Maybe if you could exactly identify a change that increased the memory > consumption *a lot*. Then we could try to

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-02-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 --- Comment #3 from moonlightsenti...@disroot.org --- > I see. Is there a point in retrying the bisection? Maybe if you could exactly identify a change that increased the memory consumption *a lot*. Then we could try to improve that specific

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-02-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 --- Comment #2 from JR --- (In reply to moonlightsentinel from comment #1) > That linker parameter was already present in win32.mak, the PR just moved it > to build.d. That bisection seems like a false positive. > > An OutOfMemoryError usually

[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

2020-02-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20562 moonlightsenti...@disroot.org changed: What|Removed |Added CC||moonlightsentinel@disroot.o