Thread overview
[Issue 12776] Wrong type for __vector(int[4]).init
Dec 17, 2014
John Colvin
Dec 18, 2014
Kenji Hara
Dec 18, 2014
Kenji Hara
December 17, 2014
https://issues.dlang.org/show_bug.cgi?id=12776

John Colvin <john.loughran.colvin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.loughran.colvin@gmail.
                   |                            |com
                 OS|Windows                     |All
           Severity|normal                      |major

--- Comment #1 from John Colvin <john.loughran.colvin@gmail.com> ---
This causes this phobos bug: https://issues.dlang.org/show_bug.cgi?id=13418

--
December 18, 2014
https://issues.dlang.org/show_bug.cgi?id=12776

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, wrong-code

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4217

--
December 18, 2014
https://issues.dlang.org/show_bug.cgi?id=12776

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |13418

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

--- Comment #3 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/e1b3b2b6f117376bb746d39455e206168324c390 fix Issue 12776 - Wrong type for __vector(int[4]).init

https://github.com/D-Programming-Language/dmd/commit/e11f409eaaace2b443a87e956788865077d03cd0 Merge pull request #4217 from 9rnsr/fix12776

Issue 12776 - Wrong type for __vector(int[4]).init

--
February 18, 2015
https://issues.dlang.org/show_bug.cgi?id=12776

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

https://github.com/D-Programming-Language/dmd/commit/e1b3b2b6f117376bb746d39455e206168324c390 fix Issue 12776 - Wrong type for __vector(int[4]).init

https://github.com/D-Programming-Language/dmd/commit/e11f409eaaace2b443a87e956788865077d03cd0 Merge pull request #4217 from 9rnsr/fix12776

--