re PR java/13948 (GCJ segmentation fault while compiling GL4Java .class files)
authorRanjit Mathew <rmathew@hotmail.com>
Thu, 17 Jun 2004 13:45:23 +0000 (13:45 +0000)
committerRanjit Mathew <rmathew@gcc.gnu.org>
Thu, 17 Jun 2004 13:45:23 +0000 (13:45 +0000)
commitcfb6b4b8c3c01be5a1d43695c9d2988838f2254a
treee9e1192174fd464acc4c3c8b496859d2d296a690
parent794c3bee303760a10e5442d23cda23b6c71ed5ea
re PR java/13948 (GCJ segmentation fault while compiling GL4Java .class files)

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.

From-SVN: r83292
gcc/java/ChangeLog
gcc/java/jcf-parse.c
gcc/java/parse.y