jcf-io.c (find_class): Correct the logic that tests to see if a .java file is newer...
authorMo DeJong <mdejong@redhat.com>
Sun, 10 Dec 2000 20:18:23 +0000 (20:18 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Sun, 10 Dec 2000 20:18:23 +0000 (12:18 -0800)
commit8000caee88af66730c50aa91dab4e886df972e43
treed01607681615a820a91cdc672b8362e0859403d3
parent084e679a5fe47d056b7162db838eaef86f57f4d5
jcf-io.c (find_class): Correct the logic that tests to see if a .java file is newer than its .class file.

2000-12-07  Mo DeJong  <mdejong@redhat.com>

* jcf-io.c (find_class): Correct the logic that tests to see if a
.java file is newer than its .class file. The compiler was
incorrectly printing a warning when file mod times were equal.

(http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00530.html)

From-SVN: r38177
gcc/java/ChangeLog
gcc/java/jcf-io.c