tests: gcj cannot reliably compile directly to .o from .java
commit564d58222c58acaabf435a99d5e0acf32572bbe6
authorGary V. Vaughan <gary@gnu.org>
Mon, 23 Dec 2013 08:52:20 +0000 (23 21:52 +1300)
committerGary V. Vaughan <gary@gnu.org>
Wed, 1 Jan 2014 23:06:30 +0000 (2 12:06 +1300)
tree110c9647fd2935367d27f708384aad04029808d6
parent8d285ed54b9b9b307e8fe1a25ba9e624eab93b8d
tests: gcj cannot reliably compile directly to .o from .java

Some 4.3.x and 4.4.x releases of gcj insert a spurious 'dummy'
symbol into every object file when compiling directly from .java
to .o:
* tests/convenience.at (GCJ): make .class files from .java
sources first, and then compile those to native objects. This
works around http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
tests/convenience.at