Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -27/+0 | |
From-SVN: r120621 | |||||
2003-12-03 | re PR java/12374 (Segfault on "".x) | Ralph Loader | 1 | -0/+27 | |
PR java/12374: * parse.y (qualify_ambiguous_name): Remove lots of broken field access processing - there's no need to do that here, because we have resolve_field_access. Remove RESOLVE_EXPRESSION_NAME_P as it isn't used anywhere else. * java-tree.h: Remove RESOLVE_EXPRESSION_NAME_P as it isn't used. From-SVN: r74217 |