[Issue 4329] Do not show error messages that refer to __error
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 16 08:50:36 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4329
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug at yahoo.com.au
--- Comment #1 from Don <clugdbug at yahoo.com.au> 2010-06-16 08:50:34 PDT ---
(In reply to comment #0)
> dmd should not output error messages like these:
>
> Error: function expected before (), not __error of type TOK149
>
> I have never seen an error message that refers to __error, and that I wanted to
> see. They don't add any additional value, and are only (by definition?) caused
> by preceding, actual errors. They are only noise and don't add any additional
> value.
__error is a new improvement to the compiler to supress spurious error
messages. (in previous releases, it would have been 'int'). You should never
see them. Please post any test cases which produce them.
--
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