[Issue 11137] New: Stack overflow on invalid output path
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Sep 28 05:13:04 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11137
Summary: Stack overflow on invalid output path
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-09-28 05:13:02 PDT ---
-----
module test;
void main() { }
-----
$ dmd -ofC:\test.exeC:\test.exe test.d
DMD v2.064 DEBUG
Stack overflow
The compiler should verify the path is valid and emit a diagnostic when it's
not.
--
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