Thread overview
[Bug 163] internal compiler error: in build_vthis
Nov 04, 2014
Stefan Koch
Nov 05, 2014
Stefan Koch
Nov 09, 2014
Iain Buclaw
Nov 09, 2014
Stefan Koch
Nov 10, 2014
Iain Buclaw
Nov 11, 2014
Ketmar Dark
November 04, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=163

Stefan Koch <uplink.coder@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|internal compiler error: in |internal compiler error: in
                   |build_vthis,                |build_vthis

-- 
You are receiving this mail because:
You are watching all bug changes.


November 05, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=163

Stefan Koch <uplink.coder@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ibuclaw@gdcproject.org      |uplink.coder@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


November 09, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=163

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Reduced:

---
void build() {
    Caster!( (c) {})().visit;
}

struct Caster(alias bailoutOverride) {
    struct FromBuiltin {
        void visit() {}
    }

    void visit() {
        FromBuiltin().visit;
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.


November 09, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=163

Stefan Koch <uplink.coder@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|uplink.coder@gmail.com      |ibuclaw@gdcproject.org

-- 
You are receiving this mail because:
You are watching all bug changes.


November 10, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=163

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
https://github.com/D-Programming-GDC/GDC/commit/1da0a5923e7bfc0bbbb9ddd589ed02c5d7b04a96

-- 
You are receiving this mail because:
You are watching all bug changes.


November 11, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=163

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

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

--- Comment #3 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
please-please-please-please, backport bugfixes to 4.9 branch!

sure we can cherry-pick them, but it will be great to have them "officially" backported.

-- 
You are receiving this mail because:
You are watching all bug changes.