[Issue 9055] Compiler bails out on initializing a variable

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9055 --- Comment #3 from Manfred Nowak 2012-11-22 05:09:15 PST --- (In reply to comment #1) > Is this a valid reduction of your code? > int bar() { > int x = bar(); Not at first glance. 1) In your code the missing `this' is declared as th

[Issue 9055] Compiler bails out on initializing a variable

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9055 --- Comment #2 from Manfred Nowak 2012-11-22 04:42:51 PST --- My text seems to be lost. Retry: On compiling with `-debug' dmd 2.060 evokes an exception on winXp x86 with all updates. Without `-debug', i.e without initializing the variable, n

[Issue 9055] Compiler bails out on initializing a variable

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9055 Manfred Nowak changed: What|Removed |Added Attachment #1164|application/octet-stream|text/plain mime type|

[Issue 9055] Compiler bails out on initializing a variable

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9055 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com