[Issue 9680] Include entry point location in "dmd -v -o-" output
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 9 21:38:53 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9680
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-03-09 21:38:51 PST ---
>From what I can tell there's 3 types of main functions:
main
WinMain
DllMain
So how would you like the output to be? It could be:
binary E:\dmd-git\dmd2\windows\bin\dmd.exe
version v2.063
config E:\dmd-git\dmd2\windows\bin\sc.ini
parse Fix9680
importall test
import object
(E:\dmd-git\dmd2\windows\bin\..\..\src\druntime\import\object.di)
import foo.bar (foo\bar.d)
semantic test
main foo\bar.d <-
winmain foo\bar.d <-
dllmain foo\bar.d <-
semantic2 test
semantic3 test
code test
Either one of the 3 marked with the arrow would show up, or perhaps you want
some other way of marking them?
I can have a pull ready soon.
--
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