]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR java/21418 (Order of source files matters when compiling)
authorRanjit Mathew <rmathew@gcc.gnu.org>
Wed, 21 Sep 2005 13:34:28 +0000 (13:34 +0000)
committerRanjit Mathew <rmathew@gcc.gnu.org>
Wed, 21 Sep 2005 13:34:28 +0000 (13:34 +0000)
commit1b70949a3cdfe7ffb958205a1935f825224d9e64
tree7e986cabe57fd40ad4c85697bf8f8f24d7048d6f
parent1c8cd54dd92314b3e5352c6497f2c46dd9cdc8ee
re PR java/21418 (Order of source files matters when compiling)

PR java/21418
* class.c (inherits_from_p): Try to lay out super class
if it is not already laid out.
(maybe_layout_super_class): Handle the case where SUPER_CLASS
is a NULL_TREE.

From-SVN: r104483
gcc/java/ChangeLog
gcc/java/class.c