This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Testcase for PR 6026


Do I need to ask for permission before checking in simple test cases?
Just in case, I'm asking for approval for this one on mainline and
branch.

(And I just realized I titled my previous patch email earlier today
incorrectly - PR 5902 was also about a parse error, but it has already
been patched).

2002-03-22  Eric Blake  <ebb9@email.byu.edu>

       For PR java/6026:
       * libjava.compile/PR6026.java: New file.

Index: libjava.compile/PR6026.java
===================================================================
RCS file: PR6026.java
diff -N PR6026.java
--- /dev/null   Tue May  5 13:32:27 1998
+++ PR6026.java Fri Mar 22 01:10:28 2002
@@ -0,0 +1,4 @@
+class PR6026
+{
+  double d = 0.4e1+0.8;
+}

-- 
This signature intentionally left boring.

Eric Blake             ebb9@email.byu.edu
  BYU student, free software programmer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]