Thread overview
[Issue 3961] New: [ICE] with to!
[Issue 3961] Error with to!(somestruct)
March 14, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3961

           Summary: [ICE] with to!
           Product: D
           Version: 2.041
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: bearophile_hugs@eml.cc


--- Comment #0 from bearophile_hugs@eml.cc 2010-03-13 17:16:12 PST ---
This code crashes dmd:


import std.conv: to;
struct Int { int x; }
void main() {
    Int i = to!Int(1);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 22, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3961



--- Comment #1 from bearophile_hugs@eml.cc 2010-05-22 13:27:49 PDT ---
In DMD 2.046 the situation is improved, it doesn't cause an ICE anymore.

It generates an error like:
conv.d(699): Error: cannot create associative array V2[K2]

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


Lars T. Kyllingstad <bugzilla@kyllingen.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@kyllingen.net


--- Comment #2 from Lars T. Kyllingstad <bugzilla@kyllingen.net> 2010-06-19 08:05:21 PDT ---
http://www.dsource.org/projects/phobos/changeset/1589

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 11, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3961


bearophile_hugs@eml.cc changed:

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


--- Comment #3 from bearophile_hugs@eml.cc 2010-08-11 04:13:56 PDT ---
The bug is absent in 2.048

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