[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6951 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2012-05-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2012-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #11 from Don

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-12-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 --- Comment #10 from Stephan Dilly 2011-12-30 04:30:43 PST --- ok smallest testcase so far: [CODE] module main; import std.stdio; struct BinaryHeap(T){ T[] m_data; public void insert(T _val){ m_data[$-1] = _val; if(m_d

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-12-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 Stephan Dilly changed: What|Removed |Added Attachment #1061|0 |1 is obsolete|

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-12-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 Stephan Dilly changed: What|Removed |Added Attachment #1044|0 |1 is obsolete|

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-12-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 --- Comment #7 from Stephan Dilly 2011-12-30 03:34:38 PST --- yeah with those given test cases i can't reproduce it either but with huge include folders that i add via -I parameter the -deps parameter still crashes -- Configure issuemail: ht

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comm

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-12-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 --- Comment #5 from Adrian Veith 2011-12-15 14:21:52 PST --- Created an attachment (id=1053) example code how to crash dmd the crash seems only to happen if both switches -noboundscheck and -deps="bug.dep" are used. if you omit one of them th

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #4 from yebb

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 Denis changed: What|Removed |Added CC||verylonglogin@gmail.com --- Comment #3 fro

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 --- Comment #2 from Stephan Dilly 2011-11-15 01:26:33 PST --- The following code seems to cause a related issue, i dont know. building it with: dmd main.d -release -O -inline -noboundscheck -deps=main.dep gives: "Assertion failure: 'tdtypes.d

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 --- Comment #1 from Stephan Dilly 2011-11-15 01:08:44 PST --- and of course i know that it imports foo and i did not attach foo.d but thats because its not necessary to reproduce the crash... -- Configure issuemail: http://d.puremagic.com/is