www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 10110] New: Wreid linker crashing

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

           Summary: Wreid linker crashing
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optlink
        AssignedTo: nobody puremagic.com
        ReportedBy: NCrashed gmail.com



First file 'main.d':
``
void main() {}
``

Second file 'module1.d':
``
import std.typecons;
enum firstTuple = tuple("a", "b", "c", "d", "f", "g", "k", "m", "n", "s", "p",
"i");
enum secondTuple = tuple(tuple("1", "2", "3", "4"));
``

Third file 'module2.d':
``
import std.datetime;
``

Compile command:
``
dmd -gc module2.d module1.d main.d
``

It is adapted code from real project (minimal crash code), x86_64 doesn't
crash, but i use GtkD, which uses only x86 runtime gtk.

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