[Issue 6951] New: dependency parameter (-deps) crashes dmd in release build

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 15 01:08:07 PST 2011


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

           Summary: dependency parameter (-deps) crashes dmd in release
                    build
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: spam at extrawurst.org


--- Comment #0 from Stephan Dilly <spam at extrawurst.org> 2011-11-15 01:07:22 PST ---
Created an attachment (id=1044)
code to crash dmd

try to build the attached main.d using this cmd line:

dmd main.d -release -inline -O -noboundscheck -deps=main.obj.dep

this crashes dmd in version 2.056.

this is especially bad because visualD automatically attaches the -deps
parameter to dmd when building a project.

-- 
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