December 26, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4414


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies@gmail.com


--- Comment #10 from yebblies <yebblies@gmail.com> 2012-12-27 00:40:35 EST ---
Same thing happens with slicing

ubyte[4] bytes()
{
    ubyte[4] x;
    return x;
}

void main()
{
    auto x = bytes()[0..4];
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4414


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Platform|x86                         |All
         OS/Version|Windows                     |All


--- Comment #11 from Walter Bright <bugzilla@digitalmars.com> 2013-04-07 01:13:14 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1858

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4414



--- Comment #12 from github-bugzilla@puremagic.com 2013-04-07 03:11:56 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/024aa349664d7232056b7f28d07b6595c505d448 fix Issue 4414 - ICE(cgcs.c) Taking item of static array returned by function

https://github.com/D-Programming-Language/dmd/commit/aa767b0d7fe1616010a6caf205918f29aa4560a1 Merge pull request #1858 from WalterBright/fix4414

fix Issue 4414 - ICE(cgcs.c) Taking item of static array returned by function

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4414


bearophile_hugs@eml.cc changed:

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


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4414



--- Comment #13 from github-bugzilla@puremagic.com 2013-04-07 10:56:01 PDT ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/11bf7c8071a058cb441163ee58a4daf3f4b86de4 Merge pull request #1858 from WalterBright/fix4414

fix Issue 4414 - ICE(cgcs.c) Taking item of static array returned by function

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
1 2
Next ›   Last »