[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 ---

[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 svv1...@hotmail.com changed: What|Removed |Added Attachment #1164|application/octet-stream|text/plain

[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 svv1...@hotmail.com 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

[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 svv1...@hotmail.com 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'