[Issue 5879] RDMD quits silently on invalid ASM syntax
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 24 11:40:42 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5879
kennytm at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
CC| |kennytm at gmail.com
OS/Version|Windows |All
--- Comment #1 from kennytm at gmail.com 2011-04-24 11:37:02 PDT ---
The problem is ASM errors are written to stdout instead of stderr. Lines
printed to stdout are redirected to testasm.d.deps.
The function 'asmerr' in 'iasm.c' should be changed to print to stderr instead
of stdout.
--
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