Thread overview
[Issue 10492] Illegal Instruction for mixin template with scope declarations
Jul 24, 2014
yebblies
Jul 27, 2014
yebblies
Mar 05, 2015
Kenji Hara
July 24, 2014
https://issues.dlang.org/show_bug.cgi?id=10492

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--- Comment #2 from yebblies <yebblies@gmail.com> ---
When using a debug build of dmd compiling with -O --b ices the compiler.

--
July 27, 2014
https://issues.dlang.org/show_bug.cgi?id=10492

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|EH                          |pull
           Hardware|x86                         |All
           Assignee|nobody@puremagic.com        |yebblies@gmail.com
                 OS|Windows                     |All

--- Comment #3 from yebblies <yebblies@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3815

--
March 05, 2015
https://issues.dlang.org/show_bug.cgi?id=10492

--- Comment #4 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to yebblies from comment #3)
> https://github.com/D-Programming-Language/dmd/pull/3815

New PR to fix the issue: https://github.com/D-Programming-Language/dmd/pull/4455

--
April 09, 2015
https://issues.dlang.org/show_bug.cgi?id=10492

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ee243b618c48d3e99dc6af861cbc89c5c5f1b461
fix Issue 10492 - Illegal Instruction for mixin template with scope
declarations

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=10492

--- Comment #6 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ee243b618c48d3e99dc6af861cbc89c5c5f1b461
fix Issue 10492 - Illegal Instruction for mixin template with scope
declarations

--