[Issue 8790] Compiling with optimization produces erroneous variable initialization error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 9 19:46:09 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8790


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jmdavisProg at gmx.com
         Resolution|                            |DUPLICATE


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-10-09 19:22:06 PDT ---
I believe that this is a duplicate of bug# 8556. I suspect that at least part
of the problem is that takeExactly checks hasSlicing, so if you're using
takeExactly to do slicing, it's going to cause problems right now. I'm almost
finished on a pull request which will fix that, and that may or may not make it
so that this bug doesn't manifest itself with sequence, but if anything, that
means that we'd need to find another way to reproduce this bug, because that
will just fix the Phobos part, not the compiler bug.

*** This issue has been marked as a duplicate of issue 8556 ***

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


More information about the Digitalmars-d-bugs mailing list