[Issue 636] New: Excessive "1: " in error message
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Dec 3 02:51:21 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=636
Summary: Excessive "1: " in error message
Product: D
Version: 0.176
Platform: PC
OS/Version: Windows
Status: NEW
Keywords: diagnostic
Severity: trivial
Priority: P3
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: deewiant at gmail.com
void main() {
alias T x;
}
asdf.d(2): Error: identifier 'T' is not defined
1: asdf.d(2): Error: T is used as a type
The "1: " should not be output.
--
More information about the Digitalmars-d-bugs
mailing list