--- Comment #2 from mark at gcc dot gnu dot org 2006-04-23 08:19 ---
Can you take a look at this bug report chris?
--
mark at gcc dot gnu dot org changed:
What|Removed |Added
: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27658
: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27726
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27727
: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27728
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27729
: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27730
rsion: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27731
mal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27741
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40517
--- Comment #1 from mark at gcc dot gnu dot org 2009-06-22 09:06 ---
Created an attachment (id=18045)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18045&action=view)
compressed -E preprocessed sources
$ gcc -g -Wall -O2 -c dwarf_getaranges.c
dwarf_getaranges.c: In f
ember_location: 8
<2><97>: Abbrev Number: 8 (DW_TAG_member)
<98> DW_AT_name: i
<9a> DW_AT_decl_file : 1
<9b> DW_AT_decl_line : 8
<9c> DW_AT_type: <0x57>
DW_AT_data_member
--- Comment #1 from mark at gcc dot gnu dot org 2009-07-08 18:08 ---
Subject: Bug 40659
Author: mark
Date: Wed Jul 8 18:07:47 2009
New Revision: 149377
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149377
Log:
2009-07-08 Mark Wielaard
PR deb
--- Comment #2 from mark at gcc dot gnu dot org 2009-07-08 18:21 ---
Patch pushed.
--
mark at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #8 from mark at gcc dot gnu dot org 2005-11-17 14:03 ---
Subject: Bug 23183
Author: mark
Date: Thu Nov 17 14:03:22 2005
New Revision: 107121
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107121
Log:
2005-11-17 Mark Wielaard <[EMAIL PROTECTED]>
3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24938
--- Comment #5 from mark at gcc dot gnu dot org 2005-11-21 21:11 ---
As requested by Tom I add the following information from the following
mailinglist thread:
http://thread.gmane.org/gmane.comp.java.classpath.patches/5606
The application that uses this functionality is Caliph &
--- Comment #3 from mark at gcc dot gnu dot org 2005-11-25 21:16 ---
http://gcc.gnu.org/ml/java-patches/2005-q4/msg00218.html
contains a workaround for this issue.
The override files can be removed when this bug is closed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24938
--- Comment #4 from mark at gcc dot gnu dot org 2005-11-25 22:31 ---
Subject: Bug 24938
Author: mark
Date: Fri Nov 25 22:30:53 2005
New Revision: 107522
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107522
Log:
* standard.omit.in: Remove javax/rmi, org/omg, g
--- Comment #5 from mark at gcc dot gnu dot org 2005-11-26 00:48 ---
Subject: Bug 24938
Author: mark
Date: Sat Nov 26 00:48:29 2005
New Revision: 107534
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107534
Log:
* standard.omit.in: Remove javax/rmi, org/omg, g
--- Comment #2 from mark at gcc dot gnu dot org 2005-12-04 18:08 ---
Found something strange. We seem to be generated identical .list files for
packages that exist under the gnu.java. hierarchy, but not under the java.
hierarchy. For example:
classpath/lib/lists/gnu-javax-swing-text
--- Comment #1 from mark at gcc dot gnu dot org 2005-12-13 11:46 ---
Confirmed. URI.getPath() may return null and we don't check for that in the
File(URI) constructor. A simple fix might be:
diff -u -r1.59 File.java
--- java/io/File.java 6 Nov 2005 20:28:00 - 1.59
+++
--- Comment #2 from mark at gcc dot gnu dot org 2005-12-13 13:47 ---
Added a test to mauve that exposes this bug:
gnu/testlet/java/io/File/newFileURI.java
--
mark at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from mark at gcc dot gnu dot org 2005-12-13 22:01 ---
(In reply to comment #3)
> Exception in thread "main" java.lang.IllegalArgumentException: URI is not
> hierarchical
> at java.io.File.(File.java:344)
> at myfirstprog.ma
--- Comment #19 from mark at gcc dot gnu dot org 2005-12-22 16:45 ---
The testcase in the following message still seems to fail:
http://gcc.gnu.org/ml/java/2005-12/msg00181.html
Here is a variant of the original example that also fails:
public class A
{
public static class B
oduct: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28533
--- Comment #3 from mark at gcc dot gnu dot org 2006-07-29 22:55 ---
I don't think this is fixed yet. It seems libgcj and classpath still have
different nflaterInputStream implementations. See also the following thread
were they were supposed to be merged, but a regression was foun
--- Comment #3 from mark at gcc dot gnu dot org 2006-08-06 23:24 ---
This seems to be partially fixed by:
2006-08-03 Sven de Marothy <[EMAIL PROTECTED]>
* gnu/java/awt/peer/gtk/ComponentGraphics.java
(grab, nativeGrab): New methods.
* i
CONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28801
--- Comment #3 from mark at gcc dot gnu dot org 2006-10-05 22:01 ---
Confirmed with classpath CVS:
$ /usr/local/jamvm/bin/jamvm CDescription
java.lang.NullPointerException
at gnu.xml.transform.TransformerImpl.strip(TransformerImpl.java:452)
at
y: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30585
: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30588
es and which are
marked as MUST COALESCE
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at
--- Comment #1 from mark at gcc dot gnu dot org 2007-01-26 20:35 ---
Created an attachment (id=12965)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12965&action=view)
Generated .class byte code file
This is a generated .class file. It has been generated by
: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30607
--- Comment #3 from mark at gcc dot gnu dot org 2007-02-01 15:22 ---
Created an attachment (id=12994)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12994&action=view)
Generated .java source file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604
: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31093
--- Comment #14 from mark at gcc dot gnu dot org 2007-04-10 11:02 ---
Assuming other mark should be CCed to make 4.2 decision.
--
mark at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from mark at gcc dot gnu dot org 2007-04-13 20:44 ---
Does this recent patch help?
2007-04-13 Andrew Haley <[EMAIL PROTECTED]>
* gnu/gcj/runtime/BootClassLoader.java (getBootURLLoader): New
method.
(bootGetResource): Use getBootURLLoade
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33023
ry: Robot needs XTest
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: AWT
AssignedTo: fitzsim at redhat dot com
ReportedBy: mark at gcc dot gnu dot org
CC: gcc-bugs at gcc dot
--- Additional Comments From mark at gcc dot gnu dot org 2005-03-17 10:30
---
Note that I made it more verbose then it was in the past on purpose.
But not for this case. See an example of a stacktrace were (most) of this
"extra" information is useful:
http://gcc.gnu.org/ml/ja
normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
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=20704
--- Additional Comments From mark at gcc dot gnu dot org 2005-04-14 13:20
---
With 4.1 (20050412) I get:
g++ -g -lgcj java.cxx
./a.out
java.lang.ClassNotFoundException: Lcom.sun.star.uno.Type;
<>
4.0 (20050413) indeed throws java.lang.NoSuchFieldError
--
--- Additional Comments From mark at gcc dot gnu dot org 2005-04-14 19:14
---
This was "fixed" by the following patch on the 4.0 branch (20050414):
2005-04-14 Tom Tromey <[EMAIL PROTECTED]>
* java/lang/natClassLoader.cc (_Jv_FindClass): Use system loader,
--- Comment #2 from mark at gcc dot gnu dot org 2008-01-29 21:02 ---
Note that the libgcj and classpath versions of getSimpleName() were written
independently.
Although the classpath implementation might help in the short run. It is based
on syntactically reconstructing the simple name
--- Comment #1 from mark at gcc dot gnu dot org 2008-01-29 20:35 ---
GNU Classpath contains:
2007-08-20 Andrew John Hughes <[EMAIL PROTECTED]>
* vm/reference/java/lang/VMClass.java:
(getCanonicalName(Class)): Fix handling of member
classes so we don&
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41090
ssigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41091
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41097
--- Comment #2 from mark at gcc dot gnu dot org 2009-08-18 08:11 ---
(In reply to comment #1)
> Wait a second are you saying:
> volatile char * p_name
>
> and p_name disappears?
> Well that is because p_name is no longer volatile but what it points to is.
Well, obvio
--- Comment #10 from mark at gcc dot gnu dot org 2009-09-08 12:33 ---
This is slightly annoying when used with -Wall -Werror. The following code
suddenly doesn't compile anymore. While a trivial rewrite, declaring the
variable and assigning it in the next statement, makes it build
--- Comment #2 from mark at gcc dot gnu dot org 2009-10-14 07:48 ---
(In reply to comment #1)
> Actually, they have to have two different section types.
>
> c::m()::TWO has to be in the comdat section for C::m().
> While c()::ONE does not and can be in a normal section.
--- Comment #3 from mark at gcc dot gnu dot org 2009-10-17 11:28 ---
See comment #2.
--
mark at gcc dot gnu dot org changed:
What|Removed |Added
Status
named the same
Product: gcc
Version: 4.1.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bug
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-03 23:50
---
New TimeZone issue Bug #23566 Need to regenerate TimeZone data against
tzdata2005k
--
What|Removed |Added
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-03 23:51
---
The TimeZones have been regenerated from tzcode2005l.
2005-08-25 Mark Wielaard <[EMAIL PROTECTED]>
Reported by Bastiaan Huisman <[EMAIL PROTECTED]>
* scripts/tzabbrevs: Ch
--
Bug 16990 depends on bug 17003, which changed state.
Bug 17003 Summary: java.util.TimeZone information outdated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17003
What|Old Value |New Value
--
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-04 11:40
---
There is a proposed patch (from January):
http://gcc.gnu.org/ml/java-patches/2005-q1/msg00162.html
But I have not had time to forward port it to the lasted CVS head or do any
performance tests (Bryce
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-04 12:20
---
This is addressed by the patch for bug #19512 Optional JNI error checking. Which
(among others) includes the following:
- Check that '.' is not used in method and field descriptors.
*** This bu
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-04 12:20
---
*** Bug 16281 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--
What|Removed |Added
Target Milestone|--- |0.18
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20720
--
What|Removed |Added
Target Milestone|--- |0.18
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-06 12:57
---
Fixed checked in GNu Classpath, which will be released with 0.18.
--
What|Removed |Added
--
What|Removed |Added
Target Milestone|--- |0.18
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21660
--
What|Removed |Added
Target Milestone|--- |0.18
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20782
--
What|Removed |Added
Target Milestone|--- |0.18
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20014
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-11 22:29
---
And I tracked our problems with The javax.swing.Box inner class AccessibleBox
extends AccessibleAWTContainer in GNU Classpath to a similar order problem.
Take the following source files:
p/AClass.java
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot
: UNCONFIRMED
Severity: normal
Priority: P2
Component: libffi
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24148
--
What|Removed |Added
Summary|Linux PPC64 libffi -vs- long|[gcc 4.0 only] Linux PPC64
|double return |libffi -vs- long double
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-30 14:49
---
Two bugs added to be backported:
- Linux PPC64 libffi -vs- long double return
- Deadlock in java.net.URLClassLoader
--
What|Removed |Added
--
What|Removed |Added
OtherBugsDependingO||24018
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24148
--
What|Removed |Added
OtherBugsDependingO||24018
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24147
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed||1
Last reconfirmed|-00-00 00:00:00 |2005-09-
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed||1
Last reconfirmed|-00-00 00:00:00 |2005-09-
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |tromey at redhat dot com
|dot org |
Status|NEW
--- Additional Comments From mark at gcc dot gnu dot org 2005-10-01 08:44
---
Confirmed. I am also seeing this on my old PPC box which has just 192MB real
memory. Since it has enough swap it does finish after a couple of hours of
swapping like mad.
--
What|Removed
property
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla
--- Comment #1 from mark at gcc dot gnu dot org 2005-11-03 09:41 ---
Confirmed, this prevents gjdoc from building, which used the build just fine
with earlier gcj 4.0.x releases.
--
mark at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from mark at gcc dot gnu dot org 2010-03-07 13:48 ---
GNU Classpath java.lang.String does have the String(int[] codePoints, int
offset, int count) constructor. But libgcj still has a separate String
implementation that doesn't have this constructor merged.
--
ma
--- Additional Comments From mark at gcc dot gnu dot org 2005-06-22 21:29
---
This seems to have been fixed in GNU Classpath by Sven de Marothy.
http://fitzsim.org/blog/?p=5
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19840
--- Additional Comments From mark at gcc dot gnu dot org 2005-06-23 15:48
---
There are two parts to this bug.
1) Small images weren't loaded correctly.
2) An image that is scaled/clipped and doesn't use (0,0) as origin isn't scaled
correctly.
1) is fixed in GNU Classpa
--- Additional Comments From mark at gcc dot gnu dot org 2005-08-21 11:06
---
It showed up as random crashes in some mauve tests.
Such as gnu.testlet.java.awt.image.PixelGrabber.SimpleGrabber
Fixed by:
2004-08-08 Mark Wielaard <[EMAIL PROTECTED]>
* native/jni/gt
--- Additional Comments From mark at gcc dot gnu dot org 2005-08-24 16:08
---
Note that since 0.15 GNU Classpath has the following system property:
* New system property "gnu.classpath.boot.library.path" can be specified
to define the location of the JNI libraries. It is by
--- Comment #2 from mark at gcc dot gnu dot org 2006-02-05 14:44 ---
I added a mauve test for this and some other cases. gcj fails a couple of them
because it tries to handle array classes specially through loadClassFromSig().
See gnu.testlet.java.lang.ClassLoader.loadClass in Mauve
--- Comment #2 from mark at gcc dot gnu dot org 2006-02-08 17:22 ---
Works fine with GNU Classpath CVS
--
mark at gcc dot gnu dot org changed:
What|Removed |Added
--
mark at gcc dot gnu dot org changed:
What|Removed |Added
Component|libgcj |classpath
Product|gcc |classpath
ion: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26356
--- Comment #4 from mark at gcc dot gnu dot org 2006-02-28 11:38 ---
Confirmed. It looks like getHeader(int), getHeader(String) and getHeaders()
have slightly different semantics. Where the first should return the actual
n-th header field value only, the second should return the value
--- Comment #6 from mark at gcc dot gnu dot org 2006-02-28 13:11 ---
This seems to be also tracked as a GNU Make bug at:
http://savannah.gnu.org/bugs/?func=detailitem&item_id=15182
"Make uses too much memory"
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24154
--- Comment #1 from mark at gcc dot gnu dot org 2006-03-01 08:01 ---
Anthony (added to CC) has been packaging Azureus for FC-Extras. He might
recognize this failure. There were some late patches for Azureus support added
late in the 4.1 cycle, so it might be that the Ubuntu gcc 4.1
--- Comment #9 from mark at gcc dot gnu dot org 2006-03-03 15:25 ---
In classpath (cvs upstream) this seems to have been solved now by:
2006-03-03 Wolfgang Baer <[EMAIL PROTECTED]>
* gnu/java/net/protocol/jar/Connection.java:
(connect): Throw FileNotFoundExc
--- Comment #3 from mark at gcc dot gnu dot org 2006-03-10 18:13 ---
While importing 0.90 into libgcj I also noticed this. Setting this package to
bc (like the other awt peer implementations) gives:
make[3]: Entering directory `/home/mark/src/gcc-obj/i686-pc-linux-gnu/libjava'
/b
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26638
--- Comment #6 from mark at gcc dot gnu dot org 2006-03-29 18:14 ---
TYhis bug is now closed but I wanted to add the following link for the
archives. A couple of these denial of service attacks by taking locks were in
the examples of Sascha's GNU Classpath Security talk at Fosdem
--- Comment #3 from mark at gcc dot gnu dot org 2006-04-05 06:38 ---
This might (or might not) be related to bug #24752 although also in that case
it could be argued that the user code is just buggy and should be fixed. See
also bug #24632 which is also similar, but in that case the
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
CC: aph at redhat dot com,gcc-bugs at gcc dot gnu dot
--- Additional Comments From mark at gcc dot gnu dot org 2005-04-20 14:30
---
Posted a patch to implement option 2 of comment #6
- "fixing up" boolean args for raw calls
http://gcc.gnu.org/ml/java-patches/2005-q2/msg00242.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21115
--- Additional Comments From mark at gcc dot gnu dot org 2005-04-21 16:04
---
The patch from comment #10 fixes the Test program and makes my patch to
interpet.cc unnecessary. Also when recompiling libgcj with this a fully
interpreter eclipse is again able to import and build the
1 - 100 of 141 matches
Mail list logo