digitalmars.D.bugs - DMD crash with "= .dup" as an inout parameter
- Chris Sauls (16/16) Jul 17 2005 Yes I know this is a silly naughty thing to do in the first place, but t...
- =?ISO-8859-1?Q?Thomas_K=FChne?= (5/21) Jul 18 2005 Added to DStress as
Yes I know this is a silly naughty thing to do in the first place, but the compiler still shouldn't crash. Here's a minimal program that will cause the event. It issues this error: Then crashes and burns. I'm using DMD 0.128 on Windows. -- Chris Sauls
Jul 17 2005
Chris Sauls wrote:Yes I know this is a silly naughty thing to do in the first place, but the compiler still shouldn't crash. Here's a minimal program that will cause the event. It issues this error: Then crashes and burns. I'm using DMD 0.128 on Windows.Added to DStress as http://dstress.kuehne.cn/nocompile/o/opAssign_01_A.d http://dstress.kuehne.cn/nocompile/o/opAssign_01_B.d Thomas
Jul 18 2005