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
This commit is contained in:
parent
cf0aaf32c6
commit
09edb09355
3 changed files with 13 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue