Thread overview | |||||
---|---|---|---|---|---|
|
January 01, 2010 [Issue 3664] New: struct forward declaration causes enum to conflict with itself | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3664 Summary: struct forward declaration causes enum to conflict with itself Product: D Version: 1.054 Platform: x86 OS/Version: Linux Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: moritzwarning@web.de --- Comment #0 from Moritz Warning <moritzwarning@web.de> 2010-01-01 14:57:53 PST --- class C { A a; struct A { uint m; } enum { E = 0 } } main.d(18): Error: enum member main.C.E conflicts with enum member main.C.E at main.d(18) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 02, 2010 [Issue 3664] struct forward declaration causes enum to conflict with itself | ||||
---|---|---|---|---|
| ||||
Posted in reply to Moritz Warning | http://d.puremagic.com/issues/show_bug.cgi?id=3664 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2010-01-02 03:57:48 PST --- Changeset 324 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 03, 2010 [Issue 3664] struct forward declaration causes enum to conflict with itself | ||||
---|---|---|---|---|
| ||||
Posted in reply to Moritz Warning | http://d.puremagic.com/issues/show_bug.cgi?id=3664 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2010-01-03 12:41:17 PST --- Fixed dmd 1.055 and 2.039 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation