PR 5902: Parse errors
Eric Blake
ebb9@email.byu.edu
Mon Mar 11 23:49:00 GMT 2002
Alexandre Petit-Bianco wrote:
>
> One more thing. You should post the patch to gcc-patches@gcc.gnu.org
> once approved saying why and where you're applying it and who gave you
> approval (read the `Submitting Patches' section of
> http://gcc.gnu.org/contribute.html.)
I thought patches to gcc/java were like patches to libjava, hence my use
of the java-patches mailing list. I forwarded a copy on to gcc-patches,
per your instructions (I'm still learning the process, so feel free to
tell me the right way to do it all!)
> I should have been a little more
> precise and said that this was OK to go in the trunk and the branch (I
> saw you just did) but it's not always the case.
Yes, but in my original post, I had specifically asked for permission
for both trunk and branch.
>
> > Can you close out PR 5902 for me?
>
> I just did.
I suppose I also need to commit test cases for PR 5902, right? Did I do
these testcases correctly?
2002-03-11 Eric Blake <ebb9@email.byu.edu>
* libjava.compile/PR5902.java: New file.
* libjava.compile/PR5913.java: New file.
* libjava.compile/PR5913.xfail: New file.
Index: libjava.compile/PR5902.java
===================================================================
RCS file: PR5902.java
diff -N PR5902.java
--- /dev/null Tue May 5 13:32:27 1998
+++ PR5902.java Mon Mar 11 20:44:28 2002
@@ -0,0 +1,7 @@
+class PR5902
+{
+ public static void main(String[] args)
+ {
+ System.exit((019f == 19) ? 0 : 1);
+ }
+}
Index: libjava.compile/PR5913.java
===================================================================
RCS file: PR5913.java
diff -N PR5913.java
--- /dev/null Tue May 5 13:32:27 1998
+++ PR5913.java Mon Mar 11 20:44:28 2002
@@ -0,0 +1,7 @@
+class PR5913
+{
+ public static void main(String[] args)
+ {
+ System.exit((("" + 1) instanceof String) ? 0 : 1);
+ }
+}
Index: libjava.compile/PR5913.xfail
===================================================================
RCS file: PR5913.xfail
diff -N PR5913.xfail
--- /dev/null Tue May 5 13:32:27 1998
+++ PR5913.xfail Mon Mar 11 20:44:28 2002
@@ -0,0 +1 @@
+xfail
--
This signature intentionally left boring.
Eric Blake ebb9@email.byu.edu
BYU student, free software programmer
More information about the Java-patches
mailing list