> OK. Assuming that the name of the class's stEnd is not mangled like a > constructor, my worry is unfounded. If you add a comment to that effect > then this patch is OK. Class names appear not to be mangled, so indeed there should be no name "clash". I checked the following change in (I expanded the comment to explain that a method can not have the same name as the class name): 2003-01-03 J. Brobecker * mdebugread.c (parse_symbol): Count until the stEnd matching the structure name. -- Joel