[Bug libgcj/27170] New: Deadlock in garbage collector

2006-04-14 Thread green at redhat dot com
Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27170

[Bug libgcj/27170] Deadlock in garbage collector

2006-04-14 Thread green at redhat dot com
--- Comment #1 from green at redhat dot com 2006-04-14 18:58 --- Created an attachment (id=11273) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11273&action=view) stack traces from gdb. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27170

[Bug libgcj/27171] New: UTF8 PrintWriter goes haywire

2006-04-14 Thread green at redhat dot com
gcc dot gnu dot org ReportedBy: green at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27171

[Bug libgcj/27170] Deadlock in garbage collector

2006-04-14 Thread green at redhat dot com
--- Comment #3 from green at redhat dot com 2006-04-14 21:01 --- (In reply to comment #2) > Based on the thread 13 stack trace, it looks to me like we're calling dlopen > directly, when we should somehow be arranging to call GC_dlopen. GC_dlopen is > included in the GC

[Bug libgcj/27170] Deadlock in garbage collector

2006-04-17 Thread green at redhat dot com
--- Comment #4 from green at redhat dot com 2006-04-17 14:43 --- Created an attachment (id=11283) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11283&action=view) Sample patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27170

[Bug libgcj/27170] Deadlock in garbage collector

2006-04-17 Thread green at redhat dot com
--- Comment #5 from green at redhat dot com 2006-04-17 14:44 --- I've uploaded a patch that I've applied to the FC5 gcc RPM. I can't reproduce the problem with this patch. -- green at redhat dot com changed: What|Removed

[Bug libgcj/27271] i/o error (java.util.zip.ZipException: Deflated stream ends early.)

2006-06-02 Thread green at redhat dot com
--- Comment #3 from green at redhat dot com 2006-06-02 16:09 --- This bug may also be what's causing rssowl to suddenly fail in FC5. Both Eclipse (swt) and gcc were updated in FC5 recently, and one of those triggered the failure. https://bugzilla.redhat.com/bugzilla/show_bug.c

[Bug tree-optimization/19505] [4.0/4.1/4.2 Regression] java bytecode to native ICE in remove_unreachable_regions

2006-07-08 Thread green at redhat dot com
--- Comment #21 from green at redhat dot com 2006-07-08 19:24 --- I've hit this bug while rebuilding azureus for FC6 (bytecode produced by ecj). I hope we can get a fix in the FC6 gcc 4.1.1 fork. I'll try compiling without optimization for now. -- green at redhat dot c

[Bug tree-optimization/19505] [4.0/4.1/4.2 Regression] java bytecode to native ICE in remove_unreachable_regions

2006-07-08 Thread green at redhat dot com
--- Comment #22 from green at redhat dot com 2006-07-08 20:26 --- For the azureus test case, grab: http://people.redhat.com/~green/FE/devel/azureus-2.4.0.3-0.20060702cvs_2.src.rpm Edit the spec file to remove RPM_OPT_FLAGS="-O0" from this line: RPM_OPT_FLAGS="-O0" a

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

2006-07-14 Thread green at redhat dot com
--- Comment #9 from green at redhat dot com 2006-07-14 18:35 --- I ran into another instance of needing this in the jakarta-commons-io testsuite. It's been two years since the performance arguement against this change was made. A lot of code has changed since then. Is it st

[Bug libffi/21229] LibFFI can't handle Longs

2005-11-06 Thread green at redhat dot com
--- Comment #7 from green at redhat dot com 2005-11-06 17:51 --- I'm unable to reproduce this with GCC 4.0.1 (x86 Linux). Could you please try a more recent compiler? If you are able to reproduce, could you please submit your example in the form of a test case for the libffi test

[Bug libffi/12782] ffi.h #defines ffi_type_[us]long wrong on 32bit arches

2005-11-06 Thread green at redhat dot com
--- Comment #6 from green at redhat dot com 2005-11-06 18:41 --- Created an attachment (id=10159) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10159&action=view) A patch I think the attached patch will fix. -- green at redhat dot com changed: What|

[Bug libgcj/24616] linking BC-compiled classes: NoClassDefFoundErrors should be deferred

2005-11-07 Thread green at redhat dot com
--- Comment #10 from green at redhat dot com 2005-11-07 14:47 --- This patch seems overly complicated to me. I don't think we need the trampoline function and the ffi_call. Since we're just planning on throwing an exception, it seems like you should just be able to pass

[Bug libgcj/24616] linking BC-compiled classes: NoClassDefFoundErrors should be deferred

2005-11-07 Thread green at redhat dot com
--- Comment #12 from green at redhat dot com 2005-11-07 15:06 --- (In reply to comment #11) > You're not describing this clearly. :-) > > We need to point the execution vector at a piece of code that throws an > exception with the appropriate args. Now, how should

[Bug libgcj/24616] linking BC-compiled classes: NoClassDefFoundErrors should be deferred

2005-11-08 Thread green at redhat dot com
--- Comment #15 from green at redhat dot com 2005-11-08 12:54 --- (In reply to comment #14) > > Then you'll realize that you don't need to bother setting up > > the ffi_cif - all you need is the exception argument. > I doubt that this is right. The ffi_prep_clos

[Bug c/20318] RFE: add attribute to specify that a function never returns NULL

2005-11-11 Thread green at redhat dot com
--- Comment #7 from green at redhat dot com 2005-11-11 23:29 --- This feature would also be useful for java, as we can eliminate certain inlined null pointer checks when we know that a method can't return null. See http://gcc.gnu.org/ml/java/2005-11/msg00124.html -- green at r

[Bug libgcj/25250] New: Turn off lib-foo-bar class loading mechanism by default

2005-12-04 Thread green at redhat dot com
n: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25250

[Bug libgcj/25398] New: .jar files held open twice at runtime

2005-12-13 Thread green at redhat dot com
wrong. -- Summary: .jar files held open twice at runtime Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at r

[Bug libgcj/25655] New: Implement signal chaining

2006-01-03 Thread green at redhat dot com
ignal chaining Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com http://gcc.gnu.org/bug

[Bug libgcj/25398] .jar files held open twice at runtime

2006-01-16 Thread green at redhat dot com
--- Comment #1 from green at redhat dot com 2006-01-17 03:59 --- I discovered why we open all jar files twice. It happens in gnu/java/net/protocol/jar/Connection.java. While searching jar files, we call gnu.java.net.protocol.jar.Connection.getJarFile(). The first thing this does is

[Bug libffi/12782] ffi.h #defines ffi_type_[us]long wrong on 32bit arches

2007-08-10 Thread green at redhat dot com
--- Comment #7 from green at redhat dot com 2007-08-10 09:18 --- I believe the patch for this was checked in a long time ago. -- green at redhat dot com changed: What|Removed |Added

[Bug libgcj/20435] New: regex pattern compiling bug

2005-03-11 Thread green at redhat dot com
rn compiling bug Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: gcc-bugs at gcc

[Bug java/20522] New: ICE in update_aliases, at java/decl.c:163

2005-03-17 Thread green at redhat dot com
oduct: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: aph at redhat dot com,gcc-bugs at gc

[Bug libgcj/20727] New: double free or corruption

2005-04-02 Thread green at redhat dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green 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=20727

[Bug libgcj/20727] double free or corruption

2005-04-03 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-03 08:28 --- Fix checked into 4.0 branch and HEAD. -- What|Removed |Added AssignedTo|unassigned at gcc

[Bug libgcj/20727] double free or corruption

2005-04-03 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-03 08:28 --- Fix committed to 4.0 branch and HEAD. -- What|Removed |Added Status|ASSIGNED

[Bug java/20773] New: ICE: SEGV building jar file

2005-04-05 Thread green at redhat dot com
P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green 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=20773

[Bug java/20773] ICE: SEGV building jar file

2005-04-05 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-05 19:59 --- Created an attachment (id=8539) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8539&action=view) Problem jar file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20773

[Bug tree-optimization/20773] ICE: SEGV building jar file

2005-04-05 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-06 02:17 --- (In reply to comment #3) > Hmm, do you know what compiler the class files were created with? The Eclipse bytecode compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20773

[Bug libgcj/20782] New: jawt assertion failure:

2005-04-05 Thread green at redhat dot com
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=20782

[Bug libgcj/20782] jawt assertion failure

2005-04-05 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-06 03:47 --- ** ERROR **: file ../../../libjava/jni/gtk-peer/gtk_jawt.c: line 77 (classpath_jawt_get_default_display): assertion failed: (GTK_WIDGET_REALIZED (widget)) -- What|Removed

[Bug libgcj/20782] jawt assertion failure

2005-04-05 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-06 03:49 --- I'm getting the following with a sample JOGL application: ** ERROR **: file ../../../libjava/jni/gtk-peer/gtk_jawt.c: line 77 (classpath_jawt_get_default_display): assertion failed: (GTK_WIDGET_REALIZED (w

[Bug c++/20831] New: ICE: SEGV with -fmudflap

2005-04-08 Thread green at redhat dot com
0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: fche at redhat dot com,gcc-bugs at gcc dot gnu dot org GCC target triplet: i686

[Bug c++/20831] ICE: SEGV with -fmudflap

2005-04-08 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-08 13:46 --- Created an attachment (id=8565) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8565&action=view) Preprocessed source for test case (trimmed down) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20831

[Bug libgcj/21058] New: libgcj can't find class

2005-04-16 Thread green at redhat dot com
unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: aph at redhat dot com,gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org,tromey at redhat dot com GCC target triplet: i686-pc-linux-gnu ht

[Bug libgcj/20693] javax-imageio.lo failed to build

2005-04-16 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-17 00:42 --- I'm seeing this same problem. GCC4 won't build reliably without this fix. -- What|Removed

[Bug libffi/35484] libffi doesn't support AIX 64bit

2008-03-06 Thread green at redhat dot com
--- Comment #2 from green at redhat dot com 2008-03-06 19:40 --- Thanks for this patch. If you haven't already done so, please submit it to [EMAIL PROTECTED] Be sure to include proper ChangeLog entries. Thanks! AG -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35484

[Bug target/92694] New: Can't build powerpc-eabi cross compiler: : fatal error: internal error: builtin function ‘__builtin_ddedpd’ had an unexpected return type ‘DD’

2019-11-27 Thread green at redhat dot com
e ‘DD’ Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: green at redhat dot com Target Milestone: --- I'm trying to build a po

[Bug middle-end/92930] New: GCC incorrectly optimizes away __builtin_apply() calls

2019-12-13 Thread green at redhat dot com
Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: green at redhat dot com Target Milestone: --- Compile the following with -O2 and it optimizes away the call to bar()/foo(). This is incorrect, as foo() may have side-effects. void foo(int a, int b, int c

[Bug testsuite/92941] New: Test failure when no C++ compiler built

2019-12-14 Thread green at redhat dot com
: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: green at redhat dot com Target Milestone: --- If you run the testsuite on a C-only build of the toolchain, you'll get a FAIL for this test: compiler driver -Q --help=warnings option(s): "-Wabsolute-value[ \t]+\

[Bug libffi/34311] libffi.call/nested_struct5.c execution tests fail under darwin9 on powerpc

2013-11-16 Thread green at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34311 --- Comment #3 from Anthony Green --- (In reply to Iain Sandoe from comment #2) > However, there is no guarantee in the Darwin m32 ABI that the stacked > version of the structs will be appropriately aligned. So, either the > testcase is wrong co

[Bug libffi/50051] MIPS libffi does not compile for mips64octeon-linux-gnu

2011-12-07 Thread green at redhat dot com
||2011-12-07 CC||green at redhat dot com Ever Confirmed|0 |1 --- Comment #3 from Anthony Green 2011-12-07 11:00:05 UTC --- (In reply to comment #2) > Simple fix which works for me: > Index: src/mips

[Bug libffi/50051] MIPS libffi does not compile for mips64octeon-linux-gnu

2011-12-07 Thread green at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50051 --- Comment #5 from Anthony Green 2011-12-07 21:48:29 UTC --- (In reply to comment #4) > (In reply to comment #3) > > Thanks Andrew. Does this force the generation of FP instructions, which are > > then emulated through OS traps? > > Yes and th

[Bug target/85667] New: (x86_64) ms_abi rules aren't followed when returning short structs with float values

2018-05-05 Thread green at redhat dot com
IRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: green at redhat dot com Target Milestone: --- Structs 8 bytes or shorter with floating point values should return in eax. GCC 8.0.1 (at least) doesn

[Bug target/85667] (x86_64) ms_abi rules aren't followed when returning short structs with float values

2018-05-05 Thread green at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85667 Anthony Green changed: What|Removed |Added Target||x86_64-pc-linux-gnu Priority|P

[Bug libgcj/23182] instanceof sometimes fails if compiled with -findirect-dispatch

2005-09-08 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-09-09 00:34 --- (In reply to comment #7) > I found the cause of this bug. A line of code was incorrectly removed from > pop_type_0() when the new verifier was added, a fairly long time ago. This > patch should fix it.

[Bug classpath/20198] java.security.CodeSource.getLocation output is different than expected

2005-09-16 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-09-16 23:10 --- (In reply to comment #1) > Created an attachment (id=9352) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9352&action=view) > Proposed patch > > This patch makes your test program em

[Bug libgcj/20198] java.security.CodeSource.getLocation output is different than expected

2005-07-24 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-07-24 19:49 --- Created an attachment (id=9352) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9352&action=view) Proposed patch This patch makes your test program emit an absolute path. I'm not sure it's 1

[Bug java/1427] gcj should generate N_MAIN stab or DW_AT_entry_point dwarf2 debug info

2005-08-08 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-08-08 15:14 --- (In reply to comment #9) > Anthony, do you think this bug should be fixed? Yes, I think so. > What is the status of your gdb > patch? It hasn't been applied. I never followed up on the comment

[Bug java/23549] New: gij swallows args after -ea

2005-08-24 Thread green at redhat dot com
Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: gcc-bugs at

[Bug libgomp/46592] New: -ftree-parallelize-loops attempts to link pthreads on non-posix systems

2010-11-21 Thread green at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46592 Summary: -ftree-parallelize-loops attempts to link pthreads on non-posix systems Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug java/26007] New: initialized final static data should go in .rodata, not .data

2006-01-28 Thread green at redhat dot com
ed at gcc dot gnu dot org ReportedBy: green at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007

[Bug libgcj/26177] New: Exception when compiling valid regex pattern

2006-02-08 Thread green at redhat dot com
Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26177

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

2006-02-08 Thread green at redhat dot com
--- Comment #3 from green at redhat dot com 2006-02-08 17:32 --- It's good to know this is fixed in GNU Classpath, but I filed this against libgcj for a reason. Reopening the bug. -- green at redhat dot com changed: What|Removed |

[Bug libgcj/26202] New: Regex bug "++"

2006-02-09 Thread green at redhat dot com
Summary: Regex bug "++" Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26202

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

2006-03-01 Thread green at redhat dot com
--- Comment #2 from green at redhat dot com 2006-03-01 08:08 --- (In reply to comment #1) > Anthony (added to CC) has been packaging Azureus for FC-Extras. He might > recognize this failure. Yes, I do. I think this is a bug in GNU Classpath's NIO code. I haven't don

[Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException

2006-04-03 Thread green at redhat dot com
--- Comment #3 from green at redhat dot com 2006-04-03 13:02 --- Azureus users on FC5 see this as well (gcj 4.1.0). Here's a slightly different stack trace. [12:31:21.648] {stderr} DEBUG::Mon Apr 03 12:31:21 GMT 2006::com.aelitis.azureus.core.networkmanager.VirtualChannelSel

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

2005-04-19 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-20 00:50 --- valgrind indicates that this uninitialized memory read is cause the bad behaviour: green ==12019== Conditional jump or move depends on uninitialised value(s) green ==12019==at 0x1BEEB99C: _Jv_InterpMethod

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

2005-04-19 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-20 05:06 --- I think I see the problem here. The call in Test.java... t.test(false, "FALSE"); ...gets compiled into: mov%eax,0x8(%esp) ; movb $0x0,0x4(%esp) ; false boolean value mov

[Bug c/21201] New: ICE: in reload_cse_simplify_operands, at postreload.c:391

2005-04-24 Thread green at redhat dot com
Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu GCC target triplet: m68hc11-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21201

[Bug bootstrap/21216] New: Spontaneous cc1 rebuild during parallel make causes build failure.

2005-04-25 Thread green at redhat dot com
Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu GCC target triplet: sh-elf

[Bug bootstrap/21216] Spontaneous cc1 rebuild during parallel make causes build failure.

2005-04-25 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-25 14:06 --- Created an attachment (id=8736) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8736&action=view) Relevant part of build log. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21216

[Bug libffi/21229] LibFFI can't handle Longs

2005-04-25 Thread green at redhat dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |green at redhat dot com |dot org | Status|NEW

[Bug libgcj/21058] libgcj can't find class

2005-04-26 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-26 20:47 --- (In reply to comment #1) > Wasn't this fixed on the 4.0 branch by sorting the files > passed to the BC compilations? Yes, that's right. > If so, on the trunk we should probably instead look

[Bug bootstrap/21403] New: Canadian cross build fails.

2005-05-05 Thread green at redhat dot com
s build fails. Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: gcc

[Bug libgcj/20693] [4.1 Regression] javax-imageio.lo failed to build

2005-05-05 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-05-06 03:21 --- *** This bug has been marked as a duplicate of 21058 *** -- What|Removed |Added

[Bug libgcj/21058] [4.1 Regression] libgcj can't find class

2005-05-05 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-05-06 03:21 --- *** Bug 20693 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/21403] Canadian cross build fails.

2005-05-06 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-05-07 03:52 --- I've posted a patch. http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00555.html -- What|Removed |

[Bug bootstrap/21403] Canadian cross build fails.

2005-05-07 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-05-07 22:33 --- Patch applied to HEAD and 4.0 branch. -- What|Removed |Added Status|ASSIGNED

[Bug java/21540] New: switch stmt problem

2005-05-12 Thread green at redhat dot com
Summary: switch stmt problem Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC

[Bug java/21540] switch stmt problem

2005-05-12 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-05-12 20:03 --- Created an attachment (id=8880) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8880&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21540

[Bug libgcj/21741] New: Need configure option to set java.library.path

2005-05-24 Thread green at redhat dot com
NCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC host triple

[Bug libgcj/21747] New: JAWT_X11DrawingSurfaceInfo missing depth field

2005-05-24 Thread green at redhat dot com
Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,jav

[Bug java/19742] New: gcjh shouldn't mangle names in JNI output.

2005-02-01 Thread green at redhat dot com
Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green 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=19742

[Bug libgcj/18116] JNI uses dot instead of slash as the package separator

2005-02-14 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-02-14 15:03 --- Fixed. I checked in a slightly different patch for the dot-slash problem, having not seen yours until later. This new patch stores the signatures in "dot" format instead of implementing a special compa

[Bug libgcj/18116] JNI uses dot instead of slash as the package separator

2005-02-14 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-02-14 15:04 --- Fix and testcase committed. -- What|Removed |Added Status|ASSIGNED

[Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available

2004-10-29 Thread green at redhat dot com
c Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,jav

[Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available

2004-10-29 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2004-10-29 18:10 --- It seems that all the Process_* test cases depend on having a small number of simple executables on the target (false, sed, echo). It would nice if the testsuite could provide similar programs instead of

[Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available

2004-10-29 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2004-10-29 18:24 --- I'm testing in a minimal chrooted environment. This is a simple way to test a new glibc/libgcj.etc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18220

[Bug libffi/101208] libffi.call/nested_struct12.c fails on aarch64

2021-06-25 Thread green at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101208 Anthony Green changed: What|Removed |Added CC||green at redhat dot com --- Comment #2

[Bug target/105932] Small structures returned incorrectly in i386 Microsoft ABI

2022-09-18 Thread green at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105932 Anthony Green changed: What|Removed |Added CC||green at redhat dot com --- Comment #3