D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3079 - dmd -H doesn't generate enum modifier
Summary: dmd -H doesn't generate enum modifier
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: Other Windows
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-19 06:48 UTC by david
Modified: 2015-06-09 01:27 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description david 2009-06-19 06:48:28 UTC
class v
{
	enum bool r=true;
}
Comment 1 Stewart Gordon 2009-06-19 13:57:06 UTC
It helps a lot if you actually post the offending output so that we can see more clearly what you're talking about.

In DMD 2.029:

// D import file generated from 'bz3079.d'
class v
{
    bool r = true;
}

Not sure what keyword this should have....
Comment 2 Don 2010-11-09 14:35:12 UTC
Fixed DMD2.047.