[Issue 7547] New: -deps output lists object as a top level module

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 19 12:03:53 PST 2012


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

           Summary: -deps output lists object as a top level module
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: siegelords_abode at yahoo.com


--- Comment #0 from siegelords_abode at yahoo.com 2012-02-19 12:03:51 PST ---
Given a file with an empty main like so:
module main;

void main() {}

The output of this command:

dmd -o- -deps=out.deps test.d

Is, with 2.057:

main (test.d) : public : object (/usr/include/d/dmd/druntime/import/object.di)

and with 2.058:

object (/usr/include/d/dmd/druntime/import/object.di) : public : object
(/usr/include/d/dmd/druntime/import/object.di)
main (test.d) : public : object (/usr/include/d/dmd/druntime/import/object.di)

I think it's a bug.

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