Thread overview
[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation
Jul 10, 2017
Vladimir Panteleev
Jul 11, 2017
Walter Bright
Jul 11, 2017
Ketmar Dark
Jul 14, 2017
Martin Nowak
Aug 02, 2017
Walter Bright
Aug 02, 2017
Walter Bright
Aug 03, 2017
Martin Nowak
July 10, 2017
https://issues.dlang.org/show_bug.cgi?id=17632

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> 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 <dlang-bugzilla@thecybershadow.net> ---
Introduced by https://github.com/dlang/dmd/pull/6852

--
July 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17632

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |bugzilla@digitalmars.com

--
July 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17632

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

--
July 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17632

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3
                 CC|                            |code@dawg.eu

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
We'll address this with 2.075.1 to not delay the release even further.

--
August 02, 2017
https://issues.dlang.org/show_bug.cgi?id=17632

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
I cannot reproduce this. What switches are used?

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

--
August 02, 2017
https://issues.dlang.org/show_bug.cgi?id=17632

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
August 02, 2017
https://issues.dlang.org/show_bug.cgi?id=17632

--- Comment #4 from briancschott@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.

--
August 03, 2017
https://issues.dlang.org/show_bug.cgi?id=17632

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #5 from Martin Nowak <code@dawg.eu> ---


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

--
August 15, 2017
https://issues.dlang.org/show_bug.cgi?id=17632

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

--