aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/PR12374.java
AgeCommit message (Collapse)AuthorFilesLines
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-27/+0
From-SVN: r120621
2003-12-03re PR java/12374 (Segfault on "".x)Ralph Loader1-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