www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16407] New: fix from test15779 fails on windows 10 32bit builds

https://issues.dlang.org/show_bug.cgi?id=16407

          Issue ID: 16407
           Summary: fix from test15779 fails on windows 10 32bit builds
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: braddr puremagic.com
        Depends on: 15779

Attempting to test dmd on a windows 10 32 bit build, runnable/test15779 fails.

 ... runnable\test15779.d           -gx (-inline -release -g -O)
Test failed.  The logged output:
..\src\dmd.exe -conf= -m32 -Irunnable -gx  -odtest_results\runnable
-oftest_results\runnable\test15779_0.exe runnable\test15779.d -map nul.map
test_results\runnable\test15779_0.exe

..\src\dmd.exe -conf= -m32 -Irunnable -gx -inline -odtest_results\runnable
-oftest_results\runnable\test15779_1.exe runnable\test15779.d -map nul.map
test_results\runnable\test15779_1.exe


==============================
Test failed: expected rc == 0, exited with rc == 5

--
Aug 20 2016