[Bug libgcj/43279] Constructor java.lang.String(int[], int, int) missing

2010-03-07 Thread mark at gcc dot gnu dot org
--- 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

[Bug c++/41091] Using section attribute in c and c++ function causes section type conflict

2009-10-17 Thread mark at gcc dot gnu dot org
--- 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

[Bug c++/41091] Using section attribute in c and c++ function causes section type conflict

2009-10-14 Thread mark at gcc dot gnu dot org
--- 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.

[Bug middle-end/40500] [4.5 Regression] Revision 148512 failed to build binutils

2009-09-08 Thread mark at gcc dot gnu dot org
--- 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

[Bug debug/41097] Inlined variable debug location disappears when ptr type

2009-08-18 Thread mark at gcc dot gnu dot org
--- 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

[Bug debug/41097] New: Inlined variable debug location disappears when ptr type

2009-08-17 Thread mark at gcc dot gnu dot org
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

[Bug c++/41091] New: Using section attribute in c and c++ function causes section type conflict

2009-08-17 Thread mark at gcc dot gnu dot org
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

[Bug c++/41090] New: Using static label reference in c++ class constructor produces wrong code

2009-08-17 Thread mark at gcc dot gnu dot org
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

[Bug debug/40659] A simple struct member offset doesn't need a full dwarf location expression

2009-07-08 Thread mark at gcc dot gnu dot org
--- 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

[Bug debug/40659] A simple struct member offset doesn't need a full dwarf location expression

2009-07-08 Thread mark at gcc dot gnu dot org
--- 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

[Bug debug/40659] New: A simple struct member offset doesn't need a full dwarf location expression

2009-07-06 Thread mark at gcc dot gnu dot org
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

[Bug c/40517] strict-aliasing warning contains internal variable name

2009-06-22 Thread mark at gcc dot gnu dot org
--- 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

[Bug c/40517] New: strict-aliasing warning contains internal variable name

2009-06-22 Thread mark at gcc dot gnu dot org
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

[Bug java/35020] Class.getSimpleName() differs from Sun Java

2008-01-29 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/35020] Class.getSimpleName() differs from Sun Java

2008-01-29 Thread mark at gcc dot gnu dot org
--- 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&

[Bug java/33023] New: throw null

2007-08-08 Thread mark at gcc dot gnu dot org
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

[Bug java/32638] New: Wrong selection of field in inner class when outer class and super class have a relevant filed named the same

2007-07-05 Thread mark at gcc dot gnu dot org
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

[Bug java/15474] libgcj jar file should always be in classpath at runtime

2007-04-13 Thread mark at gcc dot gnu dot org
--- 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

[Bug target/27869] "-O -fregmove" handles SSE scalar instructions incorrectly

2007-04-10 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/31093] New: Multicast PromiscuousTraffic

2007-03-08 Thread mark at gcc dot gnu dot org
: 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

[Bug tree-optimization/30604] Unable to coalesce ssa_names and which are marked as MUST COALESCE

2007-02-01 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/30607] New: gcj -I x -C doesn't include x as source dir search patch

2007-01-26 Thread mark at gcc dot gnu dot org
: 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

[Bug tree-optimization/30604] Unable to coalesce ssa_names and which are marked as MUST COALESCE

2007-01-26 Thread mark at gcc dot gnu dot org
--- 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

[Bug tree-optimization/30604] New: Unable to coalesce ssa_names and which are marked as MUST COALESCE

2007-01-26 Thread mark at gcc dot gnu dot org
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

[Bug java/30588] New: gcj compiler large jars much slower

2007-01-25 Thread mark at gcc dot gnu dot org
: 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

[Bug java/30585] New: gcj doesn't accept -Wall and -Werror anymore

2007-01-25 Thread mark at gcc dot gnu dot org
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

[Bug xml/29362] NullPointerException in gnu.xml.transform.TransformerImpl.strip(libgcj.so.7rh)

2006-10-05 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/28801] New: libgcj build broken for gnu/CORBA/CDR/gnuRuntime.java

2006-08-22 Thread mark at gcc dot gnu dot org
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

[Bug awt/16729] Component.print() and Component.printAll() does not affect graphics parameter

2006-08-06 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/26910] re-merging java.util.zip

2006-07-29 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/28533] New: [ecj] Default warnings

2006-07-29 Thread mark at gcc dot gnu dot org
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

[Bug libgcj/27741] New: Automate generation of gcj/javaprims.h

2006-05-23 Thread mark at gcc dot gnu dot org
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

[Bug libgcj/27731] New: Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented

2006-05-22 Thread mark at gcc dot gnu dot org
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

[Bug libgcj/27730] New: Thread.getId() needs implemented

2006-05-22 Thread mark at gcc dot gnu dot org
: 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

[Bug libgcj/27729] New: Field, Method and Constructor need isSynthetic() implemetation

2006-05-22 Thread mark at gcc dot gnu dot org
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

[Bug libgcj/27728] New: Class.getEnclosingX() methods need implementation

2006-05-22 Thread mark at gcc dot gnu dot org
: 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

[Bug libgcj/27727] New: Class should implement AnnotatedElement

2006-05-22 Thread mark at gcc dot gnu dot org
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

[Bug libgcj/27726] New: LocalSocketImpl not implemented

2006-05-22 Thread mark at gcc dot gnu dot org
: 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

[Bug libgcj/27658] New: _Jv_CreateJavaVM calling ExtensionClassLoader bootstrap problem

2006-05-18 Thread mark at gcc dot gnu dot org
: 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

[Bug classpath/27262] org.w3c.dom.Document.getElementById returns null after manual (setIdAttribute) identifying of element in Document instance.

2006-04-23 Thread mark at gcc dot gnu dot org
--- 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

[Bug classpath/27028] Iterator.hasNext() throws ConcurrentModificationException

2006-04-04 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/9250] runtime should only use non-visible locks

2006-03-29 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/26638] New: Mauve crypto test failures

2006-03-10 Thread mark at gcc dot gnu dot org
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

[Bug java/26390] Problem dispatching method call when method does not exist in superclass

2006-03-10 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/21637] [4.2 Regression] URL.openStream doesn't throw a FileNotFoundException with some urls

2006-03-03 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/26506] Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0

2006-03-01 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/24154] Make requires too much memory building libjava

2006-02-28 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/26487] Weird handling of HTTP Headers

2006-02-28 Thread mark at gcc dot gnu dot org
--- 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

[Bug other/26356] New: contrib.texi contributors lists need merging

2006-02-18 Thread mark at gcc dot gnu dot org
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

[Bug classpath/14144] Serialisation bug with abstract classes

2006-02-16 Thread mark at gcc dot gnu dot org
-- mark at gcc dot gnu dot org changed: What|Removed |Added Component|libgcj |classpath Product|gcc |classpath

[Bug classpath/26177] Exception when compiling valid regex pattern

2006-02-08 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/26103] Wrong exception thrown

2006-02-05 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/19870] gcj -C doesn't generate accessors for private members across nested class boundaries

2005-12-22 Thread mark at gcc dot gnu dot org
--- 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

[Bug classpath/25389] File(new URI("file:./")) -> java.lang.NullPointerException

2005-12-13 Thread mark at gcc dot gnu dot org
--- 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

[Bug classpath/25389] File(new URI("file:./")) -> java.lang.NullPointerException

2005-12-13 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/25389] File(new URI("file:./")) -> java.lang.NullPointerException

2005-12-13 Thread mark at gcc dot gnu dot org
--- 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 +++

[Bug libgcj/24154] Make requires too much memory building libjava

2005-12-04 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/24938] gcj -C miscompiles gnu/CORBA/DynAn/gnuDynValue.java

2005-11-25 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/24938] gcj -C miscompiles gnu/CORBA/DynAn/gnuDynValue.java

2005-11-25 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/24938] gcj -C miscompiles gnu/CORBA/DynAn/gnuDynValue.java

2005-11-25 Thread mark at gcc dot gnu dot org
--- 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

[Bug awt/20630] GTK 2.8 peer Image and Graphics API reorganization

2005-11-21 Thread mark at gcc dot gnu dot org
--- 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 &

[Bug java/24938] New: gcj -C miscompiles gnu/CORBA/DynAn/gnuDynValue.java

2005-11-18 Thread mark at gcc dot gnu dot org
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

[Bug classpath/23183] SimpleDateFormat fails to render '' as single quotes

2005-11-17 Thread mark at gcc dot gnu dot org
--- 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]>

[Bug java/24572] [4.0 regression] ICE in gimplify_expr, at gimplify.c:3983

2005-11-03 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/24587] New: libgcj should set gnu.classpath.version system property

2005-10-30 Thread mark at gcc dot gnu dot org
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

[Bug libgcj/24154] Make requires too much memory building libjava

2005-10-01 Thread mark at gcc dot gnu dot org
--- 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

[Bug libffi/24148] [gcc 4.0 only] Linux PPC64 libffi -vs- long double return

2005-09-30 Thread mark at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tromey at redhat dot com |dot org | Status|NEW

[Bug libffi/24148] [gcc 4.0 only] Linux PPC64 libffi -vs- long double return

2005-09-30 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-09-

[Bug libgcj/24147] [gcc 4.0 only] Deadlock in java.net.URLClassLoader

2005-09-30 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-09-

[Bug libgcj/24147] [gcc 4.0 only] Deadlock in java.net.URLClassLoader

2005-09-30 Thread mark at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||24018 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24147

[Bug libffi/24148] [gcc 4.0 only] Linux PPC64 libffi -vs- long double return

2005-09-30 Thread mark at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||24018 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24148

[Bug java/24018] [meta-bug] Patches that should be applied to 4.0 branch

2005-09-30 Thread mark at gcc dot gnu dot org
--- 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

[Bug libffi/24148] [gcc 4.0 only] Linux PPC64 libffi -vs- long double return

2005-09-30 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Summary|Linux PPC64 libffi -vs- long|[gcc 4.0 only] Linux PPC64 |double return |libffi -vs- long double

[Bug libffi/24148] New: Linux PPC64 libffi -vs- long double return

2005-09-30 Thread mark at gcc dot gnu dot org
: 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

[Bug libgcj/24147] New: [gcc 4.0 only] Deadlock in java.net.URLClassLoader

2005-09-30 Thread mark at gcc dot gnu dot org
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

[Bug java/21418] Order of source files matters when compiling

2005-09-11 Thread mark at gcc dot gnu dot org
--- 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

[Bug awt/20014] BufferedImage.getGraphics() aborts

2005-09-06 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20014

[Bug awt/20782] jawt assertion failure

2005-09-06 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20782

[Bug awt/21660] FileDialog.SAVE broken

2005-09-06 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21660

[Bug classpath/23183] SimpleDateFormat fails to render '' as single quotes

2005-09-06 Thread mark at gcc dot gnu dot org
--- 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

[Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL

2005-09-06 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238

[Bug awt/20720] crash when pressing laptop arrow keys

2005-09-05 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20720

[Bug libgcj/19512] Optional JNI error checking

2005-09-04 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/16281] JNI accepts illegal Class Descriptors

2005-09-04 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/19512] Optional JNI error checking

2005-09-04 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/16990] [meta-bug] TimeZone Issues in libgcj/classpath

2005-09-03 Thread mark at gcc dot gnu dot org
-- 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 --

[Bug classpath/17003] java.util.TimeZone information outdated

2005-09-03 Thread mark at gcc dot gnu dot org
--- 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 libgcj/16990] [meta-bug] TimeZone Issues in libgcj/classpath

2005-09-03 Thread mark at gcc dot gnu dot org
--- 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

[Bug classpath/21741] Need configure option to set java.library.path

2005-08-24 Thread mark at gcc dot gnu dot org
--- 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

[Bug awt/16824] GdkPixbufDecoder crashes with image loading programs

2005-08-21 Thread mark at gcc dot gnu dot org
--- 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

[Bug AWT/19847] AWT drawImage fails to render transparent GIFs

2005-06-23 Thread mark at gcc dot gnu dot org
--- 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

[Bug AWT/19840] drawImage bug

2005-06-22 Thread mark at gcc dot gnu dot org
--- 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

[Bug java/22060] New: javax/swing/text/InternationalFormatter.clone() doesn't compile (GNU Classpath)

2005-06-14 Thread mark at gcc dot gnu dot org
#x27;t compile (GNU Classpath) Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mar

[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-05-16 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-05-16 16:03 --- The paperwork cleared with the FSF. There was a glitch in the new "fully-automatic" system. Apologies. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20504

[Bug java/21428] bogus warning: unused parameter 'this'

2005-05-06 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-05-06 21:13 --- This also happens with 4.0 and 3.4, but 3.3 doesn't show any warning. -- What|Removed |

[Bug java/21418] Order of source files matters when compiling

2005-05-06 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-05-06 14:50 --- > I thought I saw something like this before. You are probably refering to bug #17845 which was recently closed since it couldn't be reproduced (because I added a workaround to GNU Classpath). I ca

[Bug java/21418] New: Order of source files matters when compiling

2005-05-06 Thread mark at gcc dot gnu dot org
Summary: Order of source files matters when compiling Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mark at g

[Bug libgcj/21222] must restrict access to gnu.classpath.*

2005-04-25 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-04-25 21:01 --- the package.access Security property should be set whenever the classpath.security file is read and it defines such a property. At the moment the default classpath.security file doesn't have such a pro

[Bug libgcj/21115] false boolean argument passed from pre-compiled to interpreted method is true

2005-04-21 Thread mark at gcc dot gnu dot org
--- 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

[Bug libgcj/21115] false boolean argument passed from pre-compiled to interpreted method is true

2005-04-20 Thread mark at gcc dot gnu dot org
--- 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

  1   2   >