|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
D.gnu - [Issue 1502] New: gdmd: implicit -H and -D flags
http://d.puremagic.com/issues/show_bug.cgi?id=1502 Summary: gdmd: implicit -H and -D flags Product: DGCC aka GDC Version: 0.24 Platform: All OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: glue layer AssignedTo: dvdfrdmn users.sf.net ReportedBy: afb algonet.se DMD has a buglet or feature, where it implies the -H flag when giving -Hd or -Hf and similarly implies -D flag when getting -Dd or -Df. gdmd, however, does not... -- Sep 14 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1502 ------- Comment #1 from afb algonet.se 2007-09-14 03:12 ------- Created an attachment (id=178) --> (http://d.puremagic.com/issues/attachment.cgi?id=178&action=view) gdmd-implicit-flags.patch -- Sep 14 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1502 dvdfrdmn users.sf.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from dvdfrdmn users.sf.net 2007-09-23 17:39 ------- Thanks for the patch! Fixed in svn 164 / release 0.25. Minor change: Coalesced all of the *_parents variables into $output_parents. -- Sep 23 2007
|