Thread overview
[Issue 13303] Internal error: ..\ztc\cgcs.c 351 with rvalue Variant.get call
[Issue 13303] "Internal error: ..\ztc\cgcs.c 351" with rvalue Variant.get call
Aug 19, 2014
Walter Bright
Aug 19, 2014
Walter Bright
Aug 19, 2014
Walter Bright
Aug 19, 2014
Walter Bright
Aug 25, 2014
Vladimir Panteleev
Oct 20, 2014
Mr. Smith
Oct 21, 2014
Mr. Smith
August 19, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Smaller test case:

struct Buf { }

struct Variant {
    ~this();
    Buf get();
}

void test() {
    Variant value();
    value.get();
}

--
August 19, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|"Internal error:            |Internal error:
                   |..\ztc\cgcs.c 351" with     |..\ztc\cgcs.c 351 with
                   |rvalue Variant.get call     |rvalue Variant.get call

--
August 19, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/D-Programming-Language/dmd/pull/3879

--
August 19, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |advmail@katamail.com

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
*** Issue 11763 has been marked as a duplicate of this issue. ***

--
August 25, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

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

https://github.com/D-Programming-Language/dmd/commit/ec981291619fea198b945dbe6cc154f833bd4970
fix
Issue 13303 - Internal error: ..\ztc\cgcs.c 351 with rvalue Variant.get call

https://github.com/D-Programming-Language/dmd/commit/6255bf128aacde23b9d6fb531fadb6413de566b1 Merge pull request #3879 from WalterBright/fix13303

[Reg] fix Issue 13303 - Internal error: ..\ztc\cgcs.c 351 with rvalue Variant.get call

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

github-bugzilla@puremagic.com changed:

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

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

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

https://github.com/D-Programming-Language/dmd/commit/9ca146e70b294a0a205a5c7a3345d960cbe08c64 Merge pull request #3879 from WalterBright/fix13303

[Reg] fix Issue 13303 - Internal error: ..\ztc\cgcs.c 351 with rvalue Variant.get call

--
October 20, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

Mr. Smith <mrsmith33@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrsmith33@yandex.ru

--- Comment #6 from Mr. Smith <mrsmith33@yandex.ru> ---
DMD32 D Compiler v2.067.0-b1 issue still exists

--
October 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13303

--- Comment #7 from Mr. Smith <mrsmith33@yandex.ru> ---
nevermind

--