compile.exp: Test with -O3 rather than -O.
authorJeff Sturm <jsturm@one-point.com>
Fri, 5 Sep 2003 01:54:21 +0000 (01:54 +0000)
committerJeff Sturm <jsturm@gcc.gnu.org>
Fri, 5 Sep 2003 01:54:21 +0000 (01:54 +0000)
* libjava.compile/compile.exp: Test with -O3 rather than -O.
* libjava.lang/lang.exp: Likewise.

From-SVN: r71102

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/compile.exp
libjava/testsuite/libjava.lang/lang.exp

index 771f2712d279ecb5e4bd61a57597bf32711e64e1..bfb3fa45c1e7403a1076f2004bf7ad025a99913b 100644 (file)
@@ -1,3 +1,14 @@
+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
index 6b4038659cdede27254666ce0ebe0aa838ba174c..9eba0d4ad77de60644e3ae3387c0b316db509e98 100644 (file)
@@ -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:
index a4d15c52900a97e7de955e9dcc77d0a2eb3b6d7c..abc36d53b1ecae1422e035c6aedd66d558632ab7 100644 (file)
@@ -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: