public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/20958] New: Compile Errors In two files in gnu.gcj
@ 2005-04-11 21:53 aluchko at redhat dot com
  2005-04-11 21:56 ` [Bug libgcj/20958] " aluchko at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aluchko at redhat dot com @ 2005-04-11 21:53 UTC (permalink / raw)
  To: java-prs

While building the java sources of gcj using Eclipse I discovered two lines
which ecj (Eclipse Compiler for Java) regarded as syntax errors in 
libjava/gnu/gcj/runtime/PersistentByteMap.java
and
libjava/gnu/gcj/tools/gcj_dbtool/Main.java

I'm attaching a small patch fixing the problem

-- 
           Summary: Compile Errors In two files in gnu.gcj
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aluchko at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20958


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

* [Bug libgcj/20958] Compile Errors In two files in gnu.gcj
  2005-04-11 21:53 [Bug libgcj/20958] New: Compile Errors In two files in gnu.gcj aluchko at redhat dot com
@ 2005-04-11 21:56 ` aluchko at redhat dot com
  2005-04-12 23:22 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aluchko at redhat dot com @ 2005-04-11 21:56 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aluchko at redhat dot com  2005-04-11 21:56 -------
Created an attachment (id=8600)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8600&action=view)
fix

This patch fixes the two small syntax errors that show up using gcj.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20958


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

* [Bug libgcj/20958] Compile Errors In two files in gnu.gcj
  2005-04-11 21:53 [Bug libgcj/20958] New: Compile Errors In two files in gnu.gcj aluchko at redhat dot com
  2005-04-11 21:56 ` [Bug libgcj/20958] " aluchko at redhat dot com
@ 2005-04-12 23:22 ` cvs-commit at gcc dot gnu dot org
  2005-04-12 23:26 ` mckinlay at redhat dot com
  2005-04-20  2:07 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-12 23:22 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-12 23:22 -------
Subject: Bug 20958

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bryce@gcc.gnu.org	2005-04-12 23:22:15

Modified files:
	libjava        : ChangeLog 
	libjava/gnu/gcj/tools/gcj_dbtool: Main.java 
	libjava/gnu/gcj/runtime: PersistentByteMap.java 

Log message:
	2005-04-12  Aaron Luchko  <aluchko@redhat.com>
	
	PR libgcj/20958
	* gnu/gcj/runtime/PersistentByteMap.java (close): Throw IOException.
	* gnu/gcj/tools/gcj_dbtool/Main.java (addJar): Make 'length' an int.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3467&r2=1.3468
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/tools/gcj_dbtool/Main.java.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/runtime/PersistentByteMap.java.diff?cvsroot=gcc&r1=1.4&r2=1.5



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20958


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

* [Bug libgcj/20958] Compile Errors In two files in gnu.gcj
  2005-04-11 21:53 [Bug libgcj/20958] New: Compile Errors In two files in gnu.gcj aluchko at redhat dot com
  2005-04-11 21:56 ` [Bug libgcj/20958] " aluchko at redhat dot com
  2005-04-12 23:22 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-12 23:26 ` mckinlay at redhat dot com
  2005-04-20  2:07 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mckinlay at redhat dot com @ 2005-04-12 23:26 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mckinlay at redhat dot com  2005-04-12 23:26 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20958


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

* [Bug libgcj/20958] Compile Errors In two files in gnu.gcj
  2005-04-11 21:53 [Bug libgcj/20958] New: Compile Errors In two files in gnu.gcj aluchko at redhat dot com
                   ` (2 preceding siblings ...)
  2005-04-12 23:26 ` mckinlay at redhat dot com
@ 2005-04-20  2:07 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-20  2:07 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20958


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

end of thread, other threads:[~2005-04-20  2:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-11 21:53 [Bug libgcj/20958] New: Compile Errors In two files in gnu.gcj aluchko at redhat dot com
2005-04-11 21:56 ` [Bug libgcj/20958] " aluchko at redhat dot com
2005-04-12 23:22 ` cvs-commit at gcc dot gnu dot org
2005-04-12 23:26 ` mckinlay at redhat dot com
2005-04-20  2:07 ` pinskia at gcc dot gnu dot org

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