public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/6388
@ 2002-10-23 16:06 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2002-10-23 16:06 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

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

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/6388
Date: 23 Oct 2002 22:56:13 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-10-23 15:56:13
 
 Modified files:
 	libjava/testsuite: ChangeLog 
 Added files:
 	libjava/testsuite/libjava.lang: pr6388.java pr6388.out 
 
 Log message:
 	For PR java/6388:
 	* libjava.lang/pr6388.java: New file.
 	* libjava.lang/pr6388.out: New file.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.221&r2=1.222
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.lang/pr6388.java.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.lang/pr6388.out.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

* java/6388
@ 2002-11-05 16:06 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2002-11-05 16:06 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

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

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/6388
Date: 6 Nov 2002 00:01:01 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-11-05 16:01:01
 
 Modified files:
 	gcc/java       : ChangeLog decl.c java-tree.h lex.c lex.h 
 
 Log message:
 	Fix for PR java/6388.
 	* lex.h (JAVA_INTEGRAL_RANGE_ERROR): Wrap in do...while.
 	* java-tree.h (enum java_tree_index): New values
 	JTI_DECIMAL_INT_MAX_NODE, JTI_DECIMAL_LONG_MAX_NODE.
 	(decimal_int_max, decimal_long_max): New defines.
 	* lex.c (yylex): Rewrote range checking.  Sign extend literals.
 	(error_if_numeric_overflow): Rewrote range checking.
 	* decl.c (java_init_decl_processing): Initialize decimal_int_max,
 	decimal_long_max.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1081&r2=1.1082
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.c.diff?cvsroot=gcc&r1=1.134&r2=1.135
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/java-tree.h.diff?cvsroot=gcc&r1=1.161&r2=1.162
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lex.c.diff?cvsroot=gcc&r1=1.94&r2=1.95
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lex.h.diff?cvsroot=gcc&r1=1.28&r2=1.29
 


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

* java/6388
@ 2002-11-02 13:36 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2002-11-02 13:36 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

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

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/6388
Date: 2 Nov 2002 21:26:28 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-11-02 13:26:28
 
 Modified files:
 	gcc/java       : ChangeLog decl.c java-tree.h lex.c lex.h 
 
 Log message:
 	Fix for PR java/6388.
 	* lex.h (JAVA_INTEGRAL_RANGE_ERROR): Wrap in do...while.
 	* java-tree.h (enum java_tree_index): New values
 	JTI_DECIMAL_INT_MAX_NODE, JTI_DECIMAL_LONG_MAX_NODE.
 	(decimal_int_max, decimal_long_max): New defines.
 	* lex.c (yylex): Rewrote range checking.  Sign extend literals.
 	(error_if_numeric_overflow): Rewrote range checking.
 	* decl.c (java_init_decl_processing): Initialize decimal_int_max,
 	decimal_long_max.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1077&r2=1.1078
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.c.diff?cvsroot=gcc&r1=1.132&r2=1.133
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/java-tree.h.diff?cvsroot=gcc&r1=1.158&r2=1.159
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lex.c.diff?cvsroot=gcc&r1=1.92&r2=1.93
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lex.h.diff?cvsroot=gcc&r1=1.26&r2=1.27
 


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

end of thread, other threads:[~2002-11-06  0:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-23 16:06 java/6388 tromey
2002-11-02 13:36 java/6388 tromey
2002-11-05 16:06 java/6388 tromey

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).