[Issue 2441] New: header file generation translates enum to manifest
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 4 09:27:13 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2441
Summary: header file generation translates enum to manifest
Product: D
Version: 2.019
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: wrong-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: schveiguy at yahoo.com
Given the simple file blah.d:
enum x = 1;
compile with dmd -H -o- blah.d
results in:
// D import file generated from 'blah.d'
manifest x = 2;
--
More information about the Digitalmars-d-bugs
mailing list