public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598
@ 2004-11-07 19:06 bojan at antonovic dot com
  2004-11-07 20:33 ` [Bug java/18362] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: bojan at antonovic dot com @ 2004-11-07 19:06 UTC (permalink / raw)
  To: java-prs

The page

http://java.sun.com/developer/earlyAccess/adding_generics/

has a zip file adding_generics-2_4-ea.zip, which containts gjc-rt.jar. Compiling
it by

1) gcj --main=com.sun.tools.javac.Main gjc-rt.jar
2) gcj --main=com.sun.tools.javac.Main com/sun/tools/*/*.class

gives the internal compiler error in both cases.

-- 
           Summary: internal compiler error: in size_binop, at fold-
                    const.c:1598
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bojan at antonovic 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=18362


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
@ 2004-11-07 20:33 ` pinskia at gcc dot gnu dot org
  2004-11-08  0:11 ` bojan at antonovic dot com
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07 20:33 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 20:33 -------
On the mainline we get:
com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.java: In class 
'com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap$ClassMembers':
com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.java: In method 
'com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap$ClassMembers.getClassMembers(com.su
n.javadoc.ClassDoc,boolean)':
com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.java:337: error: verification error at 
PC=207
com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.java:337: error: invalid argument type
com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.java:337: error: expected type 
'com.sun.javadoc.ProgramElementDoc[]' but stack contains 'java.lang.Object[]'
java/util/LinkedList.java: In class 'com.sun.tools.doclets.internal.toolkit.builders.LayoutParser':
java/util/LinkedList.java: In method 
'com.sun.tools.doclets.internal.toolkit.builders.LayoutParser.parseXML(java.lang.String)':
java/util/LinkedList.java:64: error: cannot find file for class javax.xml.parsers.SAXParserFactory
java/util/LinkedList.java:64: error: cannot find file for class javax.xml.parsers.SAXParserFactory
java/util/LinkedList.java:64: error: cannot find file for class javax.xml.parsers.SAXParser
java/util/LinkedList.java:72: error: cannot find file for class javax.xml.parsers.SAXParserFactory
java/util/LinkedList.java:72: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 


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


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
  2004-11-07 20:33 ` [Bug java/18362] " pinskia at gcc dot gnu dot org
@ 2004-11-08  0:11 ` bojan at antonovic dot com
  2004-11-08 16:18 ` bojan at antonovic dot com
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bojan at antonovic dot com @ 2004-11-08  0:11 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bojan at antonovic dot com  2004-11-08 00:11 -------
Subject: Re:  internal compiler error: in size_binop, at fold-const.c:1598

I receive (with GCC 3.4.2, compiled with GCC 3.4.1, on Mac OS 10.3.5):

for 1) :
com/sun/tools/javac/code/Source.java: In class 
`com.sun.tools.javac.code.Source':
com/sun/tools/javac/code/Source.java: In method 
`com.sun.tools.javac.code.Source.instance(com.sun.tools.javac.util.Context)':
com/sun/tools/javac/code/Source.java:51: internal compiler error: in 
size_binop, at fold-const.c:1598
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

for 2) :
/var/tmp//ccrpzlx6.s:117:FATAL:Symbol 
__ZN3com3sun5tools7javadoc20JavadocClassReader$14makeEv already defined.
/var/tmp//ccrpzlx6.s:116:FATAL:Symbol 
__ZN3com3sun5tools7javadoc14JavadocEnter$14makeEv already defined.
/var/tmp//ccrpzlx6.s:116:FATAL:Symbol 
__ZN3com3sun5tools7javadoc20JavadocMemberEnter$14makeEv already defined.
/var/tmp//ccrpzlx6.s:116:FATAL:Symbol 
__ZN3com3sun5tools7javadoc13JavadocTodo$14makeEv already defined.
/var/tmp//ccrpzlx6.s:147:FATAL:Symbol 
__ZN3com3sun5tools7javadoc10Messager$14makeEv already defined.
/var/tmp//ccrpzlx6.s:213:FATAL:Symbol 
__ZN3com3sun5tools7javadoc10Messager$24makeEv already defined.
com/sun/tools/javadoc/Start.java: In class `com.sun.tools.javadoc.Start':
com/sun/tools/javadoc/Start.java: In method 
`com.sun.tools.javadoc.Start.parseAndExecute(java.lang.String[])':
com/sun/tools/javadoc/Start.java:195: internal compiler error: in 
size_binop, at fold-const.c:1598
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

My configuration can be seen at: 
http://gcc.gnu.org/ml/gcc/2004-09/msg00677.html

Bytheway, I saw GCC 3.4.3 came out. I have to recheck my 2 bugreports 
against 3.4.3. Tomorrow will be a compilation day! :)



-- 


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


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
  2004-11-07 20:33 ` [Bug java/18362] " pinskia at gcc dot gnu dot org
  2004-11-08  0:11 ` bojan at antonovic dot com
@ 2004-11-08 16:18 ` bojan at antonovic dot com
  2005-02-18 23:10 ` bonniot at users dot sf dot net
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bojan at antonovic dot com @ 2004-11-08 16:18 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bojan at antonovic dot com  2004-11-08 16:18 -------
Subject: Re:  internal compiler error: in size_binop, at fold-const.c:1598

Problems exists still with GCC 3.4.3.

for 1) like with GCJ 3.4.2

for 2) very similar

/var/tmp//ccl50gLh.s:117:FATAL:Symbol 
__ZN3com3sun5tools7javadoc20JavadocClassReader$14makeEv already defined.
/var/tmp//ccl50gLh.s:116:FATAL:Symbol 
__ZN3com3sun5tools7javadoc14JavadocEnter$14makeEv already defined.
/var/tmp//ccl50gLh.s:116:FATAL:Symbol 
__ZN3com3sun5tools7javadoc20JavadocMemberEnter$14makeEv already defined.
/var/tmp//ccl50gLh.s:116:FATAL:Symbol 
__ZN3com3sun5tools7javadoc13JavadocTodo$14makeEv already defined.
/var/tmp//ccl50gLh.s:147:FATAL:Symbol 
__ZN3com3sun5tools7javadoc10Messager$14makeEv already defined.
/var/tmp//ccl50gLh.s:213:FATAL:Symbol 
__ZN3com3sun5tools7javadoc10Messager$24makeEv already defined.
com/sun/tools/javadoc/Start.java: In class `com.sun.tools.javadoc.Start':
com/sun/tools/javadoc/Start.java: In method 
`com.sun.tools.javadoc.Start.parseAndExecute(java.lang.String[])':
com/sun/tools/javadoc/Start.java:195: internal compiler error: in 
size_binop, at fold-const.c:1598
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Bojan



-- 


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


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (2 preceding siblings ...)
  2004-11-08 16:18 ` bojan at antonovic dot com
@ 2005-02-18 23:10 ` bonniot at users dot sf dot net
  2005-02-19  0:19 ` bonniot at users dot sf dot net
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bonniot at users dot sf dot net @ 2005-02-18 23:10 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonniot at users dot sf dot net  2005-02-18 16:48 -------
Created an attachment (id=8228)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8228&action=view)
testcase

This is a 6K jar that exhibits the same behaviour:

$ /usr/lib/gcc-snapshot/bin/gcj --indirect-dispatch N.jar
bossa/syntax/ast.nice:0: internal compiler error: in size_binop, at
fold-const.c:1637

That's with gcj 4.0.0 20050212.

Note that if you remove any of the three classes from the jar, the bug does not
occur. Neither does it if you unpack the jar and call gcj on the three classes
directly.

-- 


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


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (3 preceding siblings ...)
  2005-02-18 23:10 ` bonniot at users dot sf dot net
@ 2005-02-19  0:19 ` bonniot at users dot sf dot net
  2005-02-23 15:29 ` aph at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bonniot at users dot sf dot net @ 2005-02-19  0:19 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bonniot at users dot sf dot
                   |                            |net


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


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (4 preceding siblings ...)
  2005-02-19  0:19 ` bonniot at users dot sf dot net
@ 2005-02-23 15:29 ` aph at gcc dot gnu dot org
  2005-02-23 15:32 ` aph at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-02-23 15:29 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2005-02-23 15:07 -------
Created an attachment (id=8264)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8264&action=view)
patch

Try this patch

-- 


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


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (6 preceding siblings ...)
  2005-02-23 15:32 ` aph at gcc dot gnu dot org
@ 2005-02-23 15:32 ` aph at gcc dot gnu dot org
  2005-02-23 17:40 ` bonniot at users dot sf dot net
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-02-23 15:32 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aph at gcc dot gnu dot org
                   |dot org                     |
             Status|WAITING                     |ASSIGNED


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


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (5 preceding siblings ...)
  2005-02-23 15:29 ` aph at gcc dot gnu dot org
@ 2005-02-23 15:32 ` aph at gcc dot gnu dot org
  2005-02-23 15:32 ` aph at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-02-23 15:32 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (7 preceding siblings ...)
  2005-02-23 15:32 ` aph at gcc dot gnu dot org
@ 2005-02-23 17:40 ` bonniot at users dot sf dot net
  2005-02-24 14:09 ` bonniot at users dot sf dot net
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bonniot at users dot sf dot net @ 2005-02-23 17:40 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonniot at users dot sf dot net  2005-02-23 17:10 -------
Patch works for me on the small testcase (N.jar). I'll try on the whole jar when
I get the chance.


-- 


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


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

* [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (8 preceding siblings ...)
  2005-02-23 17:40 ` bonniot at users dot sf dot net
@ 2005-02-24 14:09 ` bonniot at users dot sf dot net
  2005-03-05 16:44 ` [Bug java/18362] [4.0 Regression] " cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bonniot at users dot sf dot net @ 2005-02-24 14:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonniot at users dot sf dot net  2005-02-23 17:40 -------
I tried the patched gcj on the whole jar (containing the Nice compiler), and
this error does not occur (nor any other, yay!).

As far as I can tell, Andrew's patch fixes this bug.

-- 


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


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

* [Bug java/18362] [4.0 Regression] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (9 preceding siblings ...)
  2005-02-24 14:09 ` bonniot at users dot sf dot net
@ 2005-03-05 16:44 ` cvs-commit at gcc dot gnu dot org
  2005-03-05 17:33 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-05 16:44 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-04 15:32 -------
Subject: Bug 18362

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	aph@gcc.gnu.org	2005-03-04 15:32:44

Modified files:
	gcc/java       : ChangeLog class.c 

Log message:
	2005-03-04  Andrew Haley  <aph@redhat.com>
	
	PR java/18362
	* class.c (set_method_index): Don't set method_index if it is
	NULL_TREE.
	(layout_class_method): Don't complain about "non-static method foo
	overrides static method" in the case of indirect dispatch.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1556&r2=1.1556.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/class.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.220&r2=1.220.8.1



-- 


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


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

* [Bug java/18362] [4.0 Regression] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (10 preceding siblings ...)
  2005-03-05 16:44 ` [Bug java/18362] [4.0 Regression] " cvs-commit at gcc dot gnu dot org
@ 2005-03-05 17:33 ` cvs-commit at gcc dot gnu dot org
  2005-03-05 23:20 ` bonniot at users dot sf dot net
  2005-03-06 19:48 ` [Bug java/18362] [4.0/4.1 " pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-05 17:33 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-04 15:38 -------
Subject: Bug 18362

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	aph@gcc.gnu.org	2005-03-04 15:38:14

Modified files:
	gcc/java       : ChangeLog class.c 

Log message:
	2005-03-04  Andrew Haley  <aph@redhat.com>
	
	PR java/18362
	* class.c (set_method_index): Don't set method_index if it is
	NULL_TREE.
	(layout_class_method): Don't complain about "non-static method foo
	overrides static method" in the case of indirect dispatch.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1560&r2=1.1561
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/class.c.diff?cvsroot=gcc&r1=1.220&r2=1.221



-- 


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


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

* [Bug java/18362] [4.0 Regression] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (11 preceding siblings ...)
  2005-03-05 17:33 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-05 23:20 ` bonniot at users dot sf dot net
  2005-03-06 19:48 ` [Bug java/18362] [4.0/4.1 " pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: bonniot at users dot sf dot net @ 2005-03-05 23:20 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonniot at users dot sf dot net  2005-03-05 21:02 -------
Verified. The patch works for me. 

(I can't really set to verified since I'm not the original submitter)

-- 


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


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

* [Bug java/18362] [4.0/4.1 Regression] internal compiler error: in size_binop, at fold-const.c:1598
  2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
                   ` (12 preceding siblings ...)
  2005-03-05 23:20 ` bonniot at users dot sf dot net
@ 2005-03-06 19:48 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-06 19:48 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-05 21:04 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |FIXED
            Summary|[4.0 Regression] internal   |[4.0/4.1 Regression]
                   |compiler error: in          |internal compiler error: in
                   |size_binop, at fold-        |size_binop, at fold-
                   |const.c:1598                |const.c:1598
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-03-05 21:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-07 19:06 [Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598 bojan at antonovic dot com
2004-11-07 20:33 ` [Bug java/18362] " pinskia at gcc dot gnu dot org
2004-11-08  0:11 ` bojan at antonovic dot com
2004-11-08 16:18 ` bojan at antonovic dot com
2005-02-18 23:10 ` bonniot at users dot sf dot net
2005-02-19  0:19 ` bonniot at users dot sf dot net
2005-02-23 15:29 ` aph at gcc dot gnu dot org
2005-02-23 15:32 ` aph at gcc dot gnu dot org
2005-02-23 15:32 ` aph at gcc dot gnu dot org
2005-02-23 17:40 ` bonniot at users dot sf dot net
2005-02-24 14:09 ` bonniot at users dot sf dot net
2005-03-05 16:44 ` [Bug java/18362] [4.0 Regression] " cvs-commit at gcc dot gnu dot org
2005-03-05 17:33 ` cvs-commit at gcc dot gnu dot org
2005-03-05 23:20 ` bonniot at users dot sf dot net
2005-03-06 19:48 ` [Bug java/18362] [4.0/4.1 " 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).