public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/5902
@ 2002-03-15 11:26 ericb
  0 siblings, 0 replies; 4+ messages in thread
From: ericb @ 2002-03-15 11:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/5902; it has been noted by GNATS.

From: ericb@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/5902
Date: 15 Mar 2002 19:16:04 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	ericb@gcc.gnu.org	2002-03-15 11:16:03
 
 Modified files:
 	libjava/testsuite: ChangeLog 
 	libjava/testsuite/libjava.compile: PR5902.java PR5913.java 
 
 Log message:
 	2002-03-15  Eric Blake  <ebb9@email.byu.edu>
 	
 	For PR java/5902:
 	* libjava.compile/PR5902.java: Does not need to execute.
 	For PR java/5913:
 	* libjava.compile/PR5913.java: Ditto.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.177.2.3&r2=1.177.2.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.compile/PR5902.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1.2.1&r2=1.1.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.compile/PR5913.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1.2.2&r2=1.1.2.3
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* java/5902
@ 2002-03-15 11:26 ericb
  0 siblings, 0 replies; 4+ messages in thread
From: ericb @ 2002-03-15 11:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/5902; it has been noted by GNATS.

From: ericb@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/5902
Date: 15 Mar 2002 19:17:41 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	ericb@gcc.gnu.org	2002-03-15 11:17:40
 
 Modified files:
 	libjava/testsuite: ChangeLog 
 	libjava/testsuite/libjava.compile: PR5902.java PR5913.java 
 
 Log message:
 	2002-03-15  Eric Blake  <ebb9@email.byu.edu>
 	
 	For PR java/5902:
 	* libjava.compile/PR5902.java: Does not need to execute.
 	For PR java/5913:
 	* libjava.compile/PR5913.java: Ditto.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.180&r2=1.181
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.compile/PR5902.java.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.compile/PR5913.java.diff?cvsroot=gcc&r1=1.3&r2=1.4
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* java/5902
@ 2002-03-11 19:56 ericb
  0 siblings, 0 replies; 4+ messages in thread
From: ericb @ 2002-03-11 19:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/5902; it has been noted by GNATS.

From: ericb@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/5902
Date: 12 Mar 2002 03:48:56 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	ericb@gcc.gnu.org	2002-03-11 19:48:55
 
 Modified files:
 	gcc/java       : ChangeLog lex.c 
 
 Log message:
 	2002-03-11  Eric Blake  <ebb9@email.byu.edu>
 	
 	Fix for PR java/5902:
 	* lex.c (java_lex): Fix parsing of literals.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.925.2.9&r2=1.925.2.10
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lex.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.80&r2=1.80.8.1
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* java/5902
@ 2002-03-11 19:56 ericb
  0 siblings, 0 replies; 4+ messages in thread
From: ericb @ 2002-03-11 19:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/5902; it has been noted by GNATS.

From: ericb@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/5902
Date: 12 Mar 2002 03:46:02 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	ericb@gcc.gnu.org	2002-03-11 19:46:01
 
 Modified files:
 	gcc/java       : ChangeLog lex.c 
 
 Log message:
 	2002-03-11  Eric Blake  <ebb9@email.byu.edu>
 	
 	* lex.c: Adjust comments to GNU standards.
 	
 	2002-03-11  Eric Blake  <ebb9@email.byu.edu>
 	
 	Fix for PR java/5902:
 	* lex.c (java_lex): Fix parsing of literals.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.939&r2=1.940
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lex.c.diff?cvsroot=gcc&r1=1.81&r2=1.82
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-03-15 19:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-15 11:26 java/5902 ericb
  -- strict thread matches above, loose matches on Subject: below --
2002-03-15 11:26 java/5902 ericb
2002-03-11 19:56 java/5902 ericb
2002-03-11 19:56 java/5902 ericb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).