[Issue 4276] CTFE error messages use random variable names

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4276


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID


--- Comment #2 from Don clugd...@yahoo.com.au 2011-04-21 00:31:20 PDT ---
Invalid - no test case. (Based on the error message, I think this has been
fixed anyway).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4276] CTFE error messages use random variable names

2010-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4276


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au


--- Comment #1 from Don clugd...@yahoo.com.au 2010-06-05 11:35:17 PDT ---
(In reply to comment #0)
 Here's a sample that I hit:
 
 $ dmd -c *.d -offoo
 board.d(519): Error: variable __ctmp533 cannot be read at compile time
 board.d(519): Error: cannot evaluate __ctmp533.this(global_random) at compile
 time
 
 Bugzilla 3801 and Bugzilla 3730 also demonstrate this behavior but are not
 about error message quality.

Such messages are references to compiler generated code. Each is a different
bug; they don't have a common cause. A test case for this particular one would
be valuable.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---