summaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile
diff options
context:
space:
mode:
authorjsturm <jsturm@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-05 01:54:21 +0000
committerjsturm <jsturm@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-05 01:54:21 +0000
commit5c608add6a223636212c9815e9fd9ff66ed45651 (patch)
treee51740c52fb40c3f2a3c8f29376671e90ed0445f /libjava/testsuite/libjava.compile
parentbb5ceab83627389f31a3af855f6a60f16e30613b (diff)
downloadgcc-5c608add6a223636212c9815e9fd9ff66ed45651.tar.gz
* libjava.compile/compile.exp: Test with -O3 rather than -O.
* libjava.lang/lang.exp: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71102 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-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 6b4038659cd..9eba0d4ad77 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: