digitalmars.D - Why this code fail?
- Andrea Fontana (8/8) Feb 12 2013 class A
- =?UTF-8?B?QWxpIMOHZWhyZWxp?= (8/16) Feb 12 2013 Compiler bug:
- bearophile (5/7) Feb 12 2013 See:
class A
{
auto foo()
out(result){}
body { return 42; }
}
void main(string[] args) { }
if you replace "auto" with "int" it works...
Feb 12 2013
On 02/12/2013 04:01 PM, Andrea Fontana wrote:
class A
{
auto foo()
out(result){}
body { return 42; }
}
void main(string[] args) { }
if you replace "auto" with "int" it works...
Compiler bug:
$ dmd deneme.d
Segmentation fault
Please report it at
http://d.puremagic.com/issues/
Thank you,
Ali
Feb 12 2013
Ali Çehreli:Please report it at http://d.puremagic.com/issues/See: http://d.puremagic.com/issues/show_bug.cgi?id=8860 Bye, bearophile
Feb 12 2013








"bearophile" <bearophileHUGS lycos.com>