GreatCode hangs on encountering the construction:
enum nametype i0 = NONE;
for the declaration of an enum variable of type nametype.
As far as I can tell, this is because the function:
Grammar_BeginEndDecl(FileDes *pfile)
doesn't correctly identify the end of this type of declaration.
The attached file triggers the problem.
Brian Gladman
A file from Gnu Patch 2.5.9