[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread rmathew at gcc dot gnu dot org
--- Comment #6 from rmathew at gcc dot gnu dot org 2006-12-12 12:27 --- The real problem (IIRC) was that iconv_t was being used even though there was no libiconv (I think the inclusion of the header file was properly guarded, but the usage of the type wasn't). MinGW uses the Windows C

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-12 Thread rmathew at gcc dot gnu dot org
--- Comment #7 from rmathew at gcc dot gnu dot org 2006-12-12 12:28 --- (See the comment above.) -- rmathew at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-12-11 Thread rmathew at gcc dot gnu dot org
--- Comment #4 from rmathew at gcc dot gnu dot org 2006-12-12 04:52 --- Thanks for looking into this Ben. Unfortunately, I no longer build GCC for MinGW (or for Linux, for that matter) regularly so I'm unable to test your patch. :-( -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug libgcj/28352] Interpreter: Stack trace line numbers sometimes missing or incorrect

2006-07-11 Thread rmathew at gcc dot gnu dot org
--- Comment #2 from rmathew at gcc dot gnu dot org 2006-07-12 01:46 --- Confirmed. -- rmathew at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug java/28329] [ecj] gcj leaves .jar and .zip files in /tmp

2006-07-10 Thread rmathew at gcc dot gnu dot org
--- Comment #1 from rmathew at gcc dot gnu dot org 2006-07-11 01:20 --- Perhaps the %d string was omitted in the relevant specs: http://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html Just guessing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28329

[Bug libstdc++/28265] New: iconv-related errors while building a cross-compiler for MinGW

2006-07-05 Thread rmathew at gcc dot gnu dot org
Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rmathew at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC

[Bug libstdc++/28265] iconv-related errors while building a cross-compiler for MinGW

2006-07-05 Thread rmathew at gcc dot gnu dot org
--- Comment #1 from rmathew at gcc dot gnu dot org 2006-07-05 07:32 --- Created an attachment (id=11823) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11823action=view) The portion of the build log that shows the error reported in this PR. -- http://gcc.gnu.org/bugzilla

[Bug libgcj/28263] New: [win32] Memory Leak In Cleaning Exception Handling Contexts

2006-07-04 Thread rmathew at gcc dot gnu dot org
at gcc dot gnu dot org ReportedBy: rmathew at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-mingw32 GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28263

[Bug target/19970] Java Disabled for MinGW

2006-06-07 Thread rmathew at gcc dot gnu dot org
--- Comment #4 from rmathew at gcc dot gnu dot org 2006-06-07 12:55 --- Via this change: http://gcc.gnu.org/viewcvs/trunk/configure.in?r1=114048r2=114435 we now have Boehm-GC also added to the things that are unnecessarily disabled for MinGW. -- http://gcc.gnu.org/bugzilla

[Bug bootstrap/25502] Werror problem in build

2006-06-04 Thread rmathew at gcc dot gnu dot org
--- Comment #6 from rmathew at gcc dot gnu dot org 2006-06-04 09:47 --- By the way, x-mingw32 contains: # On MinGW, we use %IA64d to print 64-bit integers, and the format-checking # code does not handle that, so we have to disable checking here. WERROR_FLAGS += -Wno-format

[Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode-native

2006-05-22 Thread rmathew at gcc dot gnu dot org
--- Comment #3 from rmathew at gcc dot gnu dot org 2006-05-22 08:56 --- OK, I was able to reproduce this. My problem was that I had a --disable-checking build. If the order of the class files is PipeImpl.class VMPipe.class, I get an error; if the order is the other way around, I don't

[Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode-native

2006-05-18 Thread rmathew at gcc dot gnu dot org
--- Comment #1 from rmathew at gcc dot gnu dot org 2006-05-18 07:36 --- I'm not able to reproduce this problem with the current mainline (2006-05-18). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27643

[Bug java/9861] method name mangling ignores return type

2006-05-15 Thread rmathew at gcc dot gnu dot org
--- Comment #8 from rmathew at gcc dot gnu dot org 2006-05-15 07:04 --- This was fixed by TJ's patch applied on 2005-12-10. -- rmathew at gcc dot gnu dot org changed: What|Removed |Added

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

2006-04-05 Thread rmathew at gcc dot gnu dot org
--- Comment #4 from rmathew at gcc dot gnu dot org 2006-04-05 07:05 --- (In reply to comment #2) The difference between Sun's and Classpath's implementation appears to be that Classpath will check for Concurrent Modification on both hasNext() and next() calls, while Sun's

[Bug target/26879] LibJava not compile under alpha

2006-03-31 Thread rmathew at gcc dot gnu dot org
--- Comment #13 from rmathew at gcc dot gnu dot org 2006-04-01 07:57 --- As you can see from the backtrace, the problem is in gcc/java/jcf-io.c at line number 394 where we make a call to scandir(). I'm not an alpha-linux hacker, but I see that there's scandir64 and dirent64

[Bug target/26879] LibJava not compile under alpha

2006-03-30 Thread rmathew at gcc dot gnu dot org
--- Comment #7 from rmathew at gcc dot gnu dot org 2006-03-30 13:07 --- (In reply to comment #6) Now run debugx jc1 rest-of-command-line, where rest-of-command-line was the entire command noted earlier that causes the failure. Before i reproduce the error, after i make the command

[Bug bootstrap/22195] Missing Documentation

2006-03-30 Thread rmathew at gcc dot gnu dot org
--- Comment #3 from rmathew at gcc dot gnu dot org 2006-03-31 03:43 --- FWIW, I am getting the same error with GCC 3.4.6 and I *do have* GNU Texinfo 4.8. I have FSF GCC 3.4.5 sources and I downloaded GCC 3.4.6 diffs for core and g++ - the patches applied successfully, but make

[Bug target/26879] LibJava not compile under alpha

2006-03-30 Thread rmathew at gcc dot gnu dot org
--- Comment #11 from rmathew at gcc dot gnu dot org 2006-03-31 04:29 --- Created an attachment (id=11172) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11172action=view) Shell script to help narrow the problem in PR26879. Save this file in a folder. Save debugx and debug from

[Bug bootstrap/22195] Missing Documentation

2006-03-30 Thread rmathew at gcc dot gnu dot org
--- Comment #5 from rmathew at gcc dot gnu dot org 2006-03-31 05:30 --- (In reply to comment #4) I was not intending to modify GCC (as the requirements for modifying it do list Texinfo). I was intending to compile it. Out of the box compile on my system failed, and Ranjit's

[Bug target/26879] LibJava not compile under alpha

2006-03-29 Thread rmathew at gcc dot gnu dot org
--- Comment #4 from rmathew at gcc dot gnu dot org 2006-03-29 10:06 --- It would be difficult for those of us without alpha-linux boxes to track this problem down. If you're willing, you can try to track the failure to a certain bit yourself. Let's stick with the GCC 4.2 snapshot

[Bug target/26879] LibJava not compile under alpha

2006-03-28 Thread rmathew at gcc dot gnu dot org
--- Comment #1 from rmathew at gcc dot gnu dot org 2006-03-28 09:24 --- This looks like a duplicate of 26878 except for the listed patches and the actual error message. Both have been filed by the same person. Claudio: Can you try with a recent snapshot from the mainline SVN repository

[Bug java/26720] Can't find method 'access$1(I)'

2006-03-17 Thread rmathew at gcc dot gnu dot org
-- rmathew at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug java/26617] New: A class from an unnamed package is visible to classes in named packages

2006-03-09 Thread rmathew at gcc dot gnu dot org
Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rmathew at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26617

[Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value

2006-03-08 Thread rmathew at gcc dot gnu dot org
--- Comment #6 from rmathew at gcc dot gnu dot org 2006-03-08 11:40 --- (In reply to comment #5) Confirmed on gcc mailing-list. Reconfirmed with the GCC 4.1.0 release tarballs for C (core) and C++ (g++). In addition to using --with-ld, one has to also use a relative path

[Bug target/16185] ICE: in spill_failure, at reload1.c:1892, global registers and long long

2006-02-23 Thread rmathew at gcc dot gnu dot org
--- Comment #12 from rmathew at gcc dot gnu dot org 2006-02-24 07:51 --- (In reply to comment #5) small testcase: This particular testcase doesn't fail for me anymore on mainline as of 2006-02-24. However, QEMU 0.8.0 still doesn't build with this compiler (you'll have to configure

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

2005-12-22 Thread rmathew at gcc dot gnu dot org
-- rmathew at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|rmathew at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug java/25001] dos equis

2005-11-24 Thread rmathew at gcc dot gnu dot org
--- Comment #2 from rmathew at gcc dot gnu dot org 2005-11-24 09:33 --- Confirmed on mainline. Also confirmed that GCJX does not have this bug. -- rmathew at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/24454] GCJ does not correctly support strictfp

2005-10-21 Thread rmathew at gcc dot gnu dot org
--- Comment #4 from rmathew at gcc dot gnu dot org 2005-10-21 10:23 --- (In reply to comment #0) Eclipse's JDT/Core team was doing experiments with turning Eclipse's batch compiler into ECJ using GCJ. The goal was to provide an executable form of Eclipse's compiler. Unfortunately

[Bug java/24454] GCJ does not correctly support strictfp

2005-10-21 Thread rmathew at gcc dot gnu dot org
--- Comment #5 from rmathew at gcc dot gnu dot org 2005-10-21 10:26 --- (In reply to comment #4) It would be nice if you could at least indicate what kind of non-compliance you are talking of here. Is it strictfp, accuracy of results, rounding of floating-point literals

[Bug java/24454] GCJ does not correctly support strictfp

2005-10-21 Thread rmathew at gcc dot gnu dot org
--- Comment #8 from rmathew at gcc dot gnu dot org 2005-10-21 15:14 --- The bug about incorrect parsing and rounding of floating-point literals is PR java/23432 and that about no support for strictfp is PR java/10632. If this bug report is about either of these, it can be closed

[Bug java/24127] ICE in libjava.compile/PR6865.java reported as PASS in testsuite.

2005-10-03 Thread rmathew at gcc dot gnu dot org
--- Comment #3 from rmathew at gcc dot gnu dot org 2005-10-03 17:31 --- Fix checked in. -- rmathew at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug java/24127] ICE in libjava.compile/PR6865.java reported as PASS in testsuite.

2005-09-30 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-30 09:21 --- Confirmed. Patch here: http://gcc.gnu.org/ml/java-patches/2005-q3/msg00484.html -- What|Removed |Added

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

2005-09-29 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-29 07:45 --- (In reply to comment #9) (In reply to comment #5) PR 19870. Although these patches are largeish, they have been tested in HEAD for some time and should be pretty safe. They are needed for OO.org

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

2005-09-29 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-29 12:52 --- The fix for PR20338 is also needed by the fix for PR19870. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24018

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

2005-09-21 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-21 09:55 --- Proposed patch: http://gcc.gnu.org/ml/java-patches/2005-q3/msg00401.html -- What|Removed |Added

[Bug libgcj/23856] New: Modification Time Incorrectly Set From Extension Entry

2005-09-13 Thread rmathew at gcc dot gnu dot org
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rmathew 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=23856

[Bug java/20031] [4.0/4.1 regression] ICE on missing files

2005-09-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-09 10:13 --- One proposal for a patch is here: http://gcc.gnu.org/ml/java-patches/2005-q3/msg00313.html -- What|Removed |Added

[Bug libgcj/20684] FileChannelImpl.java fails to sync filedescriptor on force() invocation

2005-09-05 Thread rmathew at gcc dot gnu dot org
-- What|Removed |Added Component|java|libgcj http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20684

[Bug java/23431] [4.0/4.1 regression] gcj allows overriding with more restrictive access

2005-09-05 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-05 15:06 --- Fix checked in to mainline. -- What|Removed |Added Status|NEW

[Bug java/13607] [meta-bug] access problems in java front-end

2005-09-05 Thread rmathew at gcc dot gnu dot org
-- Bug 13607 depends on bug 23431, which changed state. Bug 23431 Summary: [4.0/4.1 regression] gcj allows overriding with more restrictive access http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23431 What|Old Value |New Value

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-02 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-02 09:41 --- (In reply to comment #10) (In reply to comment #9) I think it is the same problem with Boehm-GC on ARM/Linux that has been solved in upstream sources. Has this fix been officially submited to gcc

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-01 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-01 09:36 --- I think it is the same problem with Boehm-GC on ARM/Linux that has been solved in upstream sources. See: http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2005-July/000943.html http://www.hpl.hp.com

[Bug java/22166] 0x80000000/-1 is wrong in java

2005-08-30 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-30 07:33 --- Still exists on mainline. At optimisation levels 1,2 and 3, this bug disappears. Also disappears if -fuse-divide-subroutine is used. Seems to have been introduced between June 14th and 15th: http

[Bug java/22166] 0x80000000/-1 is wrong in java

2005-08-30 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-30 09:13 --- Actually, this looks like a more generic problem, not limited to Java. Witness: --- 8 --- ~/src/tmp/PR22166 cat x.c #include stdio.h int

[Bug java/23431] [4.0/4.1 regression] gcj allows overriding with more restrictive access

2005-08-23 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-23 09:50 --- Changed synopsis and component. Added keyword. Interestingly, the following is (wrongly) accepted: - 8 - interface MyRunnable { public void run

[Bug java/23431] [4.0/4.1 regression] gcj allows overriding with more restrictive access

2005-08-23 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-23 18:26 --- I have proposed a patch for this problem: http://gcc.gnu.org/ml/java-patches/2005-q3/msg00266.html -- What|Removed |Added

[Bug java/23432] New: Incorrect parsing and rounding off of large floating-point literals

2005-08-17 Thread rmathew at gcc dot gnu dot org
Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rmathew at gcc dot gnu dot org CC: gcc-bugs at gcc

[Bug java/23432] Incorrect parsing and rounding off of large floating-point literals

2005-08-17 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-17 06:14 --- Created an attachment (id=9509) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9509action=view) Testcase that demonstrates the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23432

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

2005-08-16 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-16 18:39 --- Last part of the fix has now been checked in. -- What|Removed |Added Status

[Bug java/18131] [meta-bug] inner class problems in java front-end

2005-08-16 Thread rmathew at gcc dot gnu dot org
-- Bug 18131 depends on bug 19870, which changed state. Bug 19870 Summary: gcj -C doesn't generate accessors for private members across nested class boundaries http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19870 What|Old Value |New Value

[Bug java/22113] Buffer overflow in the lexical analyser while reading FP literals

2005-08-16 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-16 18:49 --- Fix checked in. -- What|Removed |Added Status|NEW

[Bug java/22113] Buffer overflow in the lexical analyser while reading FP literals

2005-08-14 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-14 15:16 --- These days, this bug manifests itself on mainline regularly as: FAIL: 3.10.2-round-6 in the Jacks testsuite. -- What|Removed |Added

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

2005-08-14 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-14 15:50 --- Updated patch for Part 2 posted in: http://gcc.gnu.org/ml/java-patches/2005-q3/msg00195.html -- What|Removed |Added

[Bug java/23300] DECL_FIELD_OFFSET == 0 versus build_field_ref

2005-08-11 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-11 11:38 --- (In reply to comment #2) I cannot debug it further as I debugging with an optimized compiled. cd $GCC_SRC_DIR/gcc/java touch class.c parse.y cd $GCC_BLD_DIR make BOOT_CFLAGS='-g3 -O0

[Bug java/23230] Wrong this used when call made to superclass which is also superclass of enclosing class

2005-08-08 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-08-08 09:43 --- Another testcase: --- 8 --- class Snafu { public void whoami( ) { System.out.println( this.getClass( ).getName( )); } } public class

[Bug libgcj/22084] [4.1 Regression] Divide_1 test case hangs

2005-07-28 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-07-28 07:45 --- Sorry, but I still see the following failures on i686-pc-linux-gnu: FAIL: Divide_1 execution - source compiled test FAIL: Divide_1 execution - bytecode-native test Interestingly, the -O3 executions

[Bug libgcj/22580] [4.1 Regression] 'make -j' doesn't affect source-bytecode compilation

2005-07-21 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-07-21 11:00 --- Regards, Stickler Sosumi. -- What|Removed |Added Summary|[4.1 Regression] 'make

[Bug java/22214] Java code with VectorDouble does not compile with GCJ

2005-06-28 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-28 10:37 --- Yes, GCJ doesn't support generics yet. -- What|Removed |Added OtherBugsDependingO

[Bug java/22166] 0x80000000/-1 is wrong

2005-06-24 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-24 09:44 --- This is most likely the same as PR22084 (see the testcase $GCC_SRC_DIR/libjava/testsuite/libjava.lang/Divide_1.java). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22166

[Bug libgcj/22084] [4.1 Regression] Divide_1 test case hangs

2005-06-24 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-24 09:47 --- Today (20050624, IST), it seems to have become worse. Till now I used to see 2 FAILs, now I see 6 FAILs: FAIL: Divide_1 execution - source compiled test FAIL: Divide_1 output - gij test FAIL

[Bug java/22113] New: Buffer overflow in the lexical analyser while reading FP literals

2005-06-18 Thread rmathew at gcc dot gnu dot org
literals Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rmathew at gcc dot gnu dot org CC

[Bug java/22113] Buffer overflow in the lexical analyser while reading FP literals

2005-06-18 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-18 12:11 --- Created an attachment (id=9107) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9107action=view) Jacks testcase 3.10.2-round-6 that demonstrates this problem. -- http://gcc.gnu.org/bugzilla

[Bug AWT/21978] GCC 4.0 Awt and Swing problem

2005-06-18 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-19 01:07 --- I think you're trying to configure and compile GCC in the source folder. Unfortunately, this is not yet supported. Try creating a new folder totally outside of the GCC source tree and then run configure

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

2005-06-18 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-19 03:23 --- A patch for the remaining bit is here: http://gcc.gnu.org/ml/java-patches/2005-q2/msg00742.html -- What|Removed |Added

[Bug libgcj/22084] Divide_1 test case hangs

2005-06-17 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-17 13:13 --- Confirmed, though I see a FAIL instead of a hang. It has only started appearing this week. It fails like: -1459606597 -2147483648 335645025 FAIL: Divide_1 execution - source compiled test instead

[Bug libgcj/22084] [4.1 Regression] Divide_1 test case hangs

2005-06-17 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-18 05:14 --- (In reply to comment #2) Subject: Re: Divide_1 test case hangs -2147483648 -2147483648 0 0 [...] Note that the values are totally off. This looks somewhat familiar. Could

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

2005-06-14 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-14 11:43 --- Created an attachment (id=9086) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9086action=view) Simplified testcase. A simplified testcase for the problem. Note that the problem only seems to happen

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

2005-06-14 Thread rmathew at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00

[Bug java/9861] method name mangling ignores return type

2005-05-26 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-05-26 06:08 --- Some useful tips can be found here: http://gcc.gnu.org/ml/java-patches/2005-q2/msg00558.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9861

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

2005-05-26 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-05-26 07:31 --- I have now submitted a patch for fixing this bug: http://gcc.gnu.org/ml/java-patches/2005-q2/msg00570.html -- What|Removed |Added

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

2005-05-26 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-05-27 05:39 --- Note that this PR should not be closed as the checked-in patch was only for generating accessors for static fields. Methods are still a problem as is demonstrated by this simple testcase: public class

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

2005-05-25 Thread rmathew at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rmathew at gcc dot gnu dot |dot org |org Status|NEW

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

2005-05-23 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-05-23 07:45 --- outer_field_access_p(), build_outer_field_access(), etc. are only for non-static fields (instance variables). Even for some simple testcases, I could not get GCJ to emit correct bytecode for non-static

[Bug java/19870] gcj -C doesn't generate accessors for private members in inner class

2005-05-19 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-05-19 22:57 --- I note that GCJ already seems to have the infrastructure in place to do this and possibly used to work properly for this case. For example, see the build_outer_field_access(), outer_field_access_p(), etc

[Bug java/21233] gij -version returns unquoted version number

2005-04-26 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-04-26 09:07 --- On mainline, it has been fixed by: http://gcc.gnu.org/ml/java-patches/2005-q2/msg00121.html Ranjit. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21233

[Bug libgcj/21065] javax.swing.event.EventListenerList.getListenerList() implemented wrong

2005-04-23 Thread rmathew at gcc dot gnu dot org
-- What|Removed |Added Component|java|libgcj http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21065

[Bug java/20418] ICE if variable name is ommitted in an initialiser and a qualified type for the variable is used

2005-03-11 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-11 09:16 --- Of course it's true - you think I'd lie? ;-) -- What|Removed |Added Status

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-03-10 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-10 11:00 --- While the main problem reported by the filer has now been fixed on mainline, I think we should not close this PR just yet - not until we check in a testcase for our testsuite for this, which

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-03-10 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-10 12:00 --- (In reply to comment #7) Why not check in the test case and XFAIL it? I feel dumb for not having thought of it myself... I am closing this bug and will submit the testcase as a separate patch. Thanks

[Bug java/20312] No warning on bad method

2005-03-10 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-10 13:30 --- A patch is here: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00710.html -- What|Removed |Added

[Bug java/20418] New: ICE if variable name is ommitted in an initialiser and a qualified type for the variable is used

2005-03-10 Thread rmathew at gcc dot gnu dot org
: UNCONFIRMED Keywords: ice-on-invalid-code Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rmathew at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot

[Bug java/5537] Error compiling simple bytecode with jsr

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 09:04 --- Now that the new verifier has been enabled, this bug has been fixed. -- What|Removed |Added

[Bug java/12734] gcj verifier doesn't merge interface types correctly

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 09:06 --- This bug should have been fixed by enabling the new verifier. Can you please check? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12734

[Bug java/13378] gcj compiling from jar files - verification error

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 09:11 --- (In reply to comment #0) The jar-files which caused the problem: http://www.scheinwelt.at/~norbertf/gcj/tests/gcjverifybug_test.tar.gz I could not download this file - can you please put it back

[Bug java/19344] Java verification error: types could not be merged

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 09:15 --- Fixed on the mainline after the new verifier was enabled. -- What|Removed |Added

[Bug java/13378] gcj compiling from jar files - verification error

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 10:26 --- Thanks. Now the verification errors are gone, but I'm still not able to build the package (with or without -findirect-dispatch): 8 ~/src

[Bug java/20362] ICE: bus error if missed interface used in abstract class and output file specified

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 10:55 --- I do not see an ICE with the given testcase as of 2005-03-09 and mainline CVS. -- What|Removed |Added

[Bug java/20351] compilation with a redundant jar fails, if output file specified

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 10:57 --- Now that the new verifier has been enabled, this works quite fine. -- What|Removed |Added

[Bug java/18212] nativ compilation with multiple jars fails / gives internal compiler error

2005-03-09 Thread rmathew at gcc dot gnu dot org
-- Bug 18212 depends on bug 20351, which changed state. Bug 20351 Summary: compilation with a redundant jar fails, if output file specified http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20351 What|Old Value |New Value

[Bug java/18212] nativ compilation with multiple jars fails / gives internal compiler error

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 11:03 --- I can still see a crash similar to what Tom is seeing, but the other two bugs are fixed - the break-up was not correct. -- What|Removed |Added

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 12:39 --- The problem is that we leave out a call to _Jv_InitClass for a static private method thinking that it is unreachable. This is not the case for a private static inner class method. A simple pessimistic fix

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 14:51 --- A proposed patch is here: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00684.html As noted there, there is still a problem with either GCJ or gij for this testcase. -- What|Removed

[Bug java/20351] compilation with a redundant jar fails, if output file specified

2005-03-08 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-08 09:56 --- FWIW, with the new verifier enabled this seems to work just fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20351

[Bug java/20362] ICE: bus error if missed interface used in abstract class and output file specified

2005-03-08 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-08 10:05 --- As of 2005-03-08, this testcase works quite fine for me with mainline CVS. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20362

[Bug libgcj/20391] New: gcj-dbtool shows incorrect error message if JAR and DSO are switched on the command line

2005-03-08 Thread rmathew at gcc dot gnu dot org
and DSO are switched on the command line Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rmathew

[Bug java/5537] Error compiling simple bytecode with jsr

2005-03-02 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-02 13:09 --- OK, I patched my tree, I'll report the results (fixes and regressions) after the next build. Thanks. In your list message, you mention only one fix in the gcc testsuite, pr13107. Does this mean

[Bug java/5537] Error compiling simple bytecode with jsr

2005-03-01 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-02 07:54 --- (In reply to comment #13) What's the take on this bug? Can indirect-dispatch be made the default in the foreseable future? Can the old verifier be fixed? I'm now running nightly builds of gcj

[Bug libgcj/20160] [4.0 Regression] link errors building libgcj tests

2005-02-23 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-02-23 11:10 --- Does backing out this patch help? http://gcc.gnu.org/ml/java-patches/2005-q1/msg00402.html (See also: PR 20155) -- What|Removed |Added

[Bug libgcj/20136] Endless loop when using a SecurityManager

2005-02-22 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-02-22 08:02 --- I *hate* to be doing this, but once again, this is fixed on current mainline. -- What|Removed |Added

[Bug libgcj/20135] Returning true from LinkedHashMap.removeEldestEntry does not remove entry

2005-02-21 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-02-22 07:51 --- This was fixed a couple of days ago: http://lists.gnu.org/archive/html/classpath/2005-02/msg00085.html -- What|Removed |Added

  1   2   >