diff options
author | Jeff Sturm <jsturm@one-point.com> | 2003-09-05 01:54:21 +0000 |
---|---|---|
committer | Jeff Sturm <jsturm@gcc.gnu.org> | 2003-09-05 01:54:21 +0000 |
commit | 09edb093551d1b5f01a7eb2b9636265ffbe5ab8b (patch) | |
tree | e51740c52fb40c3f2a3c8f29376671e90ed0445f /libjava/testsuite/libjava.compile/compile.exp | |
parent | cf0aaf32c68c2f26b5a5a97f534d86bd97ed1533 (diff) | |
download | gcc-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.exp | 2 |
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: |