April 14, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9933

           Summary: Vector operations cannot be nothrow
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: simendsjo@gmail.com


--- Comment #0 from simendsjo <simendsjo@gmail.com> 2013-04-14 11:24:03 PDT ---
Ref: http://forum.dlang.org/thread/zaxcobcgfkezveakobdj@forum.dlang.org

void f() nothrow {
        int[3] d;
        d[] += 3;
}

// Error: _arrayExpSliceAddass_i is not nothrow

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


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

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


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-06-06 19:10:07 PDT ---
*** This issue has been marked as a duplicate of issue 8651 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------