[Bug java/21517] Bytecode -> native code mis-compilation

2005-11-08 Thread overholt at redhat dot com
--- Comment #7 from overholt at redhat dot com 2005-11-08 19:31 --- (In reply to comment #6) > I agree, this looks like PR 23182. > Andrew (Overholt) -- does this bug still occur for you? No. Sorry, I should have closed this when I first realized that it was no longer occ

[Bug libgcj/25016] Integer overflow in _Jv_CondWait

2005-11-24 Thread overholt at redhat dot com
--- Comment #3 from overholt at redhat dot com 2005-11-24 15:21 --- This test case does not work for me when I have not applied the patch. After application and building, it does appear to run "forever" :) Also, the Eclipse issue that spurred this on (referenced in comm

[Bug java/24441] [4.1/4.2 regression] ICE's when building the ecj compiler 3.1.1

2005-12-12 Thread overholt at redhat dot com
--- Comment #3 from overholt at redhat dot com 2005-12-12 15:07 --- I am experiencing this now as well. -- overholt at redhat dot com changed: What|Removed |Added

[Bug java/24441] [4.1/4.2 regression] ICE's when building the ecj compiler 3.1.1

2005-12-12 Thread overholt at redhat dot com
--- Comment #5 from overholt at redhat dot com 2005-12-12 16:09 --- (In reply to comment #3) > I am experiencing this now as well. I should mention that I'm seeing this on x86_64 but not on i386. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24441

[Bug target/20294] ia64 gcj failures

2006-01-16 Thread overholt at redhat dot com
--- Comment #3 from overholt at redhat dot com 2006-01-17 01:38 --- (In reply to comment #2) > Andrew, is this still happening with 4.1? No. Sorry I didn't close this already. I successfully built Eclipse (natively-compiled) on ia64 last week. Marking WORKSFORME. -- ove

[Bug java/20104] New: gij fails on ppc and not on x86

2005-02-20 Thread overholt at redhat dot com
Summary: gij fails on ppc and not on x86 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overho

[Bug java/20104] gij fails on ppc and not on x86

2005-02-20 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-02-20 15:11 --- Created an attachment (id=8239) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8239&action=view) output of strace gij org.eclipse.jdt.internal.compiler.batch.Main HelloWorld.java Stripped-down

[Bug java/20116] New: gcj-dbtool merging seems to lose mappings

2005-02-20 Thread overholt at redhat dot com
iority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt 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=20116

[Bug java/20104] gij fails on ppc and not on x86

2005-02-22 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-02-22 15:09 --- (In reply to comment #3) > 1. Why was aload_3 generated? Which compiler genrated it? > overholt, please let me know how this jar file was generated. This jar file was generated by ecj. --

[Bug java/20104] gij fails on ppc and not on x86

2005-02-22 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-02-22 15:25 --- (In reply to comment #5) > Ok, so the file was generated by ecj, but was ecj precompiled or interpreted? > ecj was running interpreted at the time > What VM was ecj running on? gij > Does

[Bug java/20116] gcj-dbtool merging seems to lose mappings

2005-02-23 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-02-23 16:38 --- After further investigation, I have determined that this is not a bug with the dbtool. Closing. -- What|Removed |Added

[Bug libffi/20104] gij fails on ppc and not on x86

2005-02-24 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-02-24 20:40 --- This is fixed for me as of 20050223. Changing to FIXED. -- What|Removed |Added

[Bug java/20294] New: ia64 gcj failures

2005-03-02 Thread overholt at redhat dot com
: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: aph at gcc dot gnu dot org ReportedBy: overholt at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc do

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

2005-03-16 Thread overholt at redhat dot com
constructs Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt at redhat dot com

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

2005-03-16 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-03-16 21:50 --- Created an attachment (id=8406) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8406&action=view) Patch for quoting constructs (from Ziga's CP bug) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20504

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

2005-03-16 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-03-16 21:51 --- Created an attachment (id=8407) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8407&action=view) Mauve test cases for java.util.regex (from Ziga's CP bug) -- http://gcc.gnu.org/bugzilla/

[Bug java/20606] New: ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread overholt at redhat dot com
Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt 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/bugz

[Bug java/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-03-23 18:25 --- Created an attachment (id=8435) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8435&action=view) Test case Toggling the comment on line 17 affects things. -- http://gcc.gnu.org/bugzilla/show_

[Bug java/20768] New: Bytecode -> native code doesn't handle exception properly

2005-04-05 Thread overholt at redhat dot com
ts reserved. -- Summary: Bytecode -> native code doesn't handle exception properly Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unass

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-05 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-04-05 18:12 --- Created an attachment (id=8537) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8537&action=view) Test case (boiled down from something we're seeing with Ecilpse) -- http://gcc.gnu.

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-05 Thread overholt at redhat dot com
-- What|Removed |Added CC||bkonrath at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20768

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-08-24 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-08-24 14:45 --- (In reply to comment #11) > I'm surprised this still fails with 4.0.1-6. > > overholt, can you reproduce this? I am having other issues building Eclipse ATM but I have not seen this, no. If it&

[Bug java/26138] New: Lots of warnings with gcj .jar -> .so

2006-02-06 Thread overholt at redhat dot com
ReportedBy: overholt at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26138

[Bug java/27028] New: Eclipse Update Manager throws ConcurrentModificationExceptions

2006-04-04 Thread overholt at redhat dot com
ority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27028

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-26 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-04-26 14:54 --- I've verified this fix in the RPMs in Fedora rawhide (4.0.0-1). I'm not sure if this counts as a verification from gcc's standpoint, though. I'll mark as FIXED but feel free to change if

[Bug libgcj/21372] New: FileChannel.tryLock() return value incorrect

2005-05-03 Thread overholt at redhat dot com
mmary: FileChannel.tryLock() return value incorrect Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt at redhat do

[Bug libgcj/21372] FileChannel.tryLock() return value incorrect

2005-05-03 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-05-03 21:24 --- Created an attachment (id=8810) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8810&action=view) test case part 1 Run this part first. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21372

[Bug libgcj/21372] FileChannel.tryLock() return value incorrect

2005-05-03 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-05-03 21:28 --- Created an attachment (id=8811) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8811&action=view) test case part 1 Run this file and leave it running while you try to run the second attachment (fort

[Bug libgcj/21372] FileChannel.tryLock() return value incorrect

2005-05-03 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-05-03 21:29 --- Created an attachment (id=8812) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8812&action=view) second part to the test case Run this while TestLocking2 is running. -- http://gcc.gnu.org/b

[Bug libgcj/21372] FileChannel.tryLock() return value incorrect

2005-05-03 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-05-03 21:44 --- Created an attachment (id=8813) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8813&action=view) patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21372

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

2005-05-04 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-05-04 14:28 --- Any news here? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20504

[Bug java/21517] New: Bytecode -> native code mis-compilation

2005-05-11 Thread overholt at redhat dot com
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,java

[Bug java/21517] Bytecode -> native code mis-compilation

2005-05-11 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-05-11 18:43 --- Created an attachment (id=8864) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8864&action=view) EditorActionBars bytecode (1 of 3) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21517

[Bug java/21517] Bytecode -> native code mis-compilation

2005-05-11 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-05-11 18:44 --- Created an attachment (id=8865) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8865&action=view) EditorActionBars bytecode (2 of 3) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21517

[Bug java/21517] Bytecode -> native code mis-compilation

2005-05-11 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-05-11 18:44 --- Created an attachment (id=8866) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8866&action=view) EditorActionBars bytecode (3 of 3) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21517

[Bug java/21517] Bytecode -> native code mis-compilation

2005-05-11 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-05-11 18:45 --- I tried compiling the bytecode with Sun's javac (as opposed to ecj) and the results are the same. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21517

[Bug java/21517] Bytecode -> native code mis-compilation

2005-05-11 Thread overholt at redhat dot com
-- What|Removed |Added CC||bkonrath at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21517

[Bug java/18931] New: jar -> .so optimization problem

2004-12-10 Thread overholt at redhat dot com
Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt 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/b

[Bug libgcj/19132] New: InputStreamReader constructor missing

2004-12-22 Thread overholt at redhat dot com
: unknown Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu

[Bug java/18931] jar -> .so optimization problem

2005-01-05 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-01-05 21:49 --- Using Jakub's gcc4 RPMs from Fedora rawhide (on Fedora Core 3), I'm getting: gcj4 -O2 -fPIC -fjni -findirect-dispatch -shared -o jsch-0.1.17.so \ jsch-0.1.17.jar com/jcraft/jsch/ChannelSftp.java:

[Bug java/19295] New: Incorrect bytecode produced for bitwise AND

2005-01-06 Thread overholt at redhat dot com
uced for bitwise AND Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt at redhat dot com

[Bug java/19295] Incorrect bytecode produced for bitwise AND

2005-01-06 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-01-06 19:15 --- Created an attachment (id=7884) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7884&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19295

[Bug libgcj/19301] New: Can't run Eclipse with libgcj until jaxp is merged from classpath

2005-01-06 Thread overholt at redhat dot com
ty: enhancement Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt 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=19301

[Bug java/19505] New: Java bytecode ICE in except.c remove_unreachable_regions

2005-01-18 Thread overholt at redhat dot com
duct: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: overholt at redhat dot com CC: gcc-bugs at gcc dot gnu dot

[Bug java/18931] Java bytecode ICE in except.c remove_unreachable_regions

2005-01-18 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-01-18 14:50 --- Original bug verified fixed. New PR filed as requested: PR19505. -- What|Removed |Added

[Bug java/19295] [4.0 regression] Incorrect bytecode produced for bitwise AND

2005-02-10 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-02-10 23:46 --- Verified. -- What|Removed |Added Status|RESOLVED|VERIFIED

[Bug middle-end/18931] jar -> .so optimization problem

2004-12-10 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2004-12-10 19:43 --- Yes, this is i686-linux. I'll update to a more recent snapshot and see if I can reproduce. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18931