[Bug 61] DStress test enum_39
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Mar 22 00:01:21 PST 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=61
------- Comment #1 from unknown at simplemachines.org 2006-03-22 02:01 -------
Created an attachment (id=7)
--> (http://d.puremagic.com/bugzilla/attachment.cgi?id=7&action=view)
Pull the new loc while parsing EnumMembers.
This is pretty darn straight forward.
It's in the code that parses EnumMembers inside EnumDeclarations, and it sets
loc to this->loc only once for the EnumDeclaration, but never for any of the
EnumMembers (which may be on separate lines.)
This loc is only used to pass where the member was defined (so any error
messages which depend on that member would have been wrong, including conflicts
the other way around.)
-[Unknown]
--
More information about the Digitalmars-d-bugs
mailing list