Commit 09edb093 by Jeff Sturm Committed by Jeff Sturm

compile.exp: Test with -O3 rather than -O.

* libjava.compile/compile.exp: Test with -O3 rather than -O.
* libjava.lang/lang.exp: Likewise.

From-SVN: r71102
parent cf0aaf32
2003-09-04 Jeff Sturm <jsturm@one-point.com>
* libjava.compile/compile.exp: Test with -O3 rather than -O.
* libjava.lang/lang.exp: Likewise.
2003-09-04 Jeff Sturm <jsturm@one-point.com>
* lib/libjava.exp (libjava_arguments): Remove unneeded variables.
(test_libjava_from_source): Likewise.
(test_libjava_from_javac): Likewise.
2003-08-23 Andreas Tobler <a.tobler@schweiz.ch>
PR libgcj/8823
......
......@@ -12,7 +12,7 @@ foreach x $srcfiles {
lappend args no-exec
test_libjava "" "$x" "" "" "" $args
test_libjava "" "$x" "-O" "" "" $args
test_libjava "" "$x" "-O3" "" "" $args
}
# Local Variables:
......
......@@ -27,7 +27,7 @@ foreach x $srcfiles {
verbose "inpfile is $inpfile"
test_libjava $options "${prefix}.java" "" $inpfile $resfile $args
test_libjava $options "${prefix}.java" "-O" $inpfile $resfile $args
test_libjava $options "${prefix}.java" "-O3" $inpfile $resfile $args
}
# Local Variables:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment