[Issue 6196] with statement with single statement breaks linking

2014-12-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6196 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6196] with statement with single statement breaks linking

2014-12-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6196 --- Comment #8 from hst...@quickfur.ath.cx --- Seems to have been fixed in git HEAD; could you re-test? --

[Issue 6196] with statement with single statement breaks linking

2013-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6196 --- Comment #7 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-18 09:59:11 PST --- *** Issue 8414 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 6196] with statement with single statement breaks linking

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6196 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 6196] with statement with single statement breaks linking

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6196 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-27 10:47:27 PDT --- The symbol is probably not referenced properly or something. module test; static import std.stdio; void main() { std.stdio.writeln(test); //

[Issue 6196] with statement with single statement breaks linking

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6196 --- Comment #5 from hst...@quickfur.ath.cx 2012-10-27 10:47:09 PDT --- Interestingly enough, if I replace the with() clause with std.stdio.writeln() (which links without errors) and look at the resulting executable, it does define

[Issue 6196] with statement with single statement breaks linking

2012-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6196 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

[Issue 6196] with statement with single statement breaks linking

2012-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6196 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-04-24 14:10:20 PDT --- (In reply to comment #2) Compiles and runs fine with 2.059 Win32. That's not true. module test; static import std.stdio; void main() { with

[Issue 6196] with statement with single statement breaks linking

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6196 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---