[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632

--- Comment #6 from briancsch...@gmail.com ---
I can confirm that this bug no longer happens in Emsi's code with 2.075.1.

--


[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632

Martin Nowak  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Martin Nowak  ---


*** This issue has been marked as a duplicate of issue 17622 ***

--


[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632

--- Comment #4 from briancsch...@gmail.com ---
I don't have to pass any switches to cause this behavior:

$ which rdmd
/home/brian/.dvm/compilers/dmd-2.075.0/linux/bin/rdmd
$ rdmd test.d
Segmentation fault

Running on 64-bit Linux.

--


[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632

Walter Bright  changed:

   What|Removed |Added

   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=17622

--


[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632

--- Comment #3 from Walter Bright  ---
I cannot reproduce this. What switches are used?

Anyhow, it appears to be the same issue as 17622.

--


[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632

Martin Nowak  changed:

   What|Removed |Added

   Priority|P1  |P3
 CC||c...@dawg.eu

--- Comment #2 from Martin Nowak  ---
We'll address this with 2.075.1 to not delay the release even further.

--


[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632

Ketmar Dark  changed:

   What|Removed |Added

 CC||ket...@ketmar.no-ip.org

--


[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632

Walter Bright  changed:

   What|Removed |Added

   Keywords||ice
 CC||bugzi...@digitalmars.com

--


[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632

Vladimir Panteleev  changed:

   What|Removed |Added

   Keywords||wrong-code
Summary|2.075 beta regression:  |[REG 2.075-b1] opBinary and
   |opBinary and delegate code  |delegate code generation
   |generation  |

--- Comment #1 from Vladimir Panteleev  ---
Introduced by https://github.com/dlang/dmd/pull/6852

--