[Issue 4329] Do not show error messages that refer to __error
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jul 3 11:04:01 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4329
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #8 from bearophile_hugs at eml.cc 2010-07-03 11:03:58 PDT ---
This is a case I have found:
void main() {
int[] a = cast(int[])array(iota(10));
}
dmd 2.047 prints:
temp.d(2): Error: undefined identifier array
temp.d(2): Error: undefined identifier iota
Error: cannot cast _error_ to int[]
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list