Fixes PR java/13948
commitf1d4bfad011aea70822d967d4b6cfa4deab7bbbc
authorrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jun 2004 13:45:23 +0000 (17 13:45 +0000)
committerrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jun 2004 13:45:23 +0000 (17 13:45 +0000)
treee9e1192174fd464acc4c3c8b496859d2d296a690
parent383bf9878a07b8fdc191b5adb4f00b7f458064af
Fixes PR java/13948
* parse.y (java_layout_seen_class_methods): Ensure class is loaded
before trying to lay out its methods.
* jcf-parse.c (read_class): Track parsed files using canonical paths
obtained via lrealpath from libiberty.
(java_parse_file): Likewise.
(parse_source_file_1): Rename formal parameter to reflect its
modified purpose. Minor formatting fix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83292 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/jcf-parse.c
gcc/java/parse.y