aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/compile.exp
diff options
context:
space:
mode:
authorJeff Sturm <jsturm@one-point.com>2003-09-05 01:54:21 +0000
committerJeff Sturm <jsturm@gcc.gnu.org>2003-09-05 01:54:21 +0000
commit09edb093551d1b5f01a7eb2b9636265ffbe5ab8b (patch)
treee51740c52fb40c3f2a3c8f29376671e90ed0445f /libjava/testsuite/libjava.compile/compile.exp
parentcf0aaf32c68c2f26b5a5a97f534d86bd97ed1533 (diff)
downloadgcc-09edb093551d1b5f01a7eb2b9636265ffbe5ab8b.zip
gcc-09edb093551d1b5f01a7eb2b9636265ffbe5ab8b.tar.gz
gcc-09edb093551d1b5f01a7eb2b9636265ffbe5ab8b.tar.bz2
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
Diffstat (limited to 'libjava/testsuite/libjava.compile/compile.exp')
-rw-r--r--libjava/testsuite/libjava.compile/compile.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/testsuite/libjava.compile/compile.exp b/libjava/testsuite/libjava.compile/compile.exp
index 6b40386..9eba0d4 100644
--- a/libjava/testsuite/libjava.compile/compile.exp
+++ b/libjava/testsuite/libjava.compile/compile.exp
@@ -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: