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

2006-04-11 Thread aph at gcc dot gnu dot org
--- Comment #12 from aph at gcc dot gnu dot org 2006-04-11 18:10 --- Not worth backporting to 4.0. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/26858] NullPointerException not generated for large classes...

2006-04-18 Thread aph at gcc dot gnu dot org
-- aph at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26858

[Bug libgcj/25414] should update rmic

2006-04-20 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2006-04-20 09:39 --- Subject: Bug 25414 Author: aph Date: Thu Apr 20 09:39:22 2006 New Revision: 113113 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113113 Log: 2006-04-05 Archit Shah <[EMAIL PROTECTED]>

[Bug c++/2839] export is unimplemented

2006-04-26 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2006-04-26 11:25 --- See http://gcc.gnu.org/bugs.html#known -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2839

[Bug libgcj/27352] New: SecurityManager.checkPermission() called unnecessarily

2006-04-28 Thread aph at gcc dot gnu dot org
Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: aph at gcc dot gnu dot org ReportedBy: aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27352

[Bug libgcj/27352] SecurityManager.checkPermission() called unnecessarily

2006-04-28 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2006-04-28 15:16 --- Created an attachment (id=11344) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11344&action=view) Test case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27352

[Bug libgcj/27352] SecurityManager.checkPermission() called unnecessarily

2006-04-28 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2006-04-28 15:18 --- The output of this test should be something like: java.lang.Throwable at MySecurityManager.checkPermission(t.java:33) at java.lang.Class.getClassLoader(Class.java:580) at trial.x(trial.java:5

[Bug libgcj/27352] SecurityManager.checkPermission() called unnecessarily

2006-05-02 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2006-05-02 10:08 --- The real reason is that we want the actual caller of SecurityManager.checkPermission(), but we're walking up the stack to the user code that called Class.newInstance() Class.getMethod(). This problem is as far a

[Bug tree-optimization/26447] [4.2 Regression] verify_flow_info failed, load PRE with java program

2006-05-03 Thread aph at gcc dot gnu dot org
--- Comment #16 from aph at gcc dot gnu dot org 2006-05-03 10:11 --- I can certainly do that, but it doesn't fail on HEAD. Are you sure you really want it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26447

[Bug tree-optimization/26447] [4.2 Regression] verify_flow_info failed, load PRE with java program

2006-05-03 Thread aph at gcc dot gnu dot org
--- Comment #18 from aph at gcc dot gnu dot org 2006-05-03 10:22 --- gcj -findirect-dispatch doesn't work with .java files, only with .class files, so I didn't try it. class XMLStreamWriter { void writeCharacters(String s) {} } class XMLStreamException extends Exception

[Bug libgcj/26858] NullPointerException not generated for large classes...

2006-05-04 Thread aph at gcc dot gnu dot org
--- Comment #11 from aph at gcc dot gnu dot org 2006-05-04 13:54 --- Subject: Bug 26858 Author: aph Date: Thu May 4 13:54:15 2006 New Revision: 113526 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113526 Log: 2006-05-04 Andrew Haley <[EMAIL PROTECTED]>

[Bug libgcj/27352] SecurityManager.checkPermission() called unnecessarily

2006-05-04 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2006-05-04 18:45 --- Subject: Bug 27352 Author: aph Date: Thu May 4 18:44:53 2006 New Revision: 113532 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113532 Log: 2006-05-04 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/12257] Inner classes with same name causes crash.

2006-05-10 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2006-05-10 17:41 --- Xref: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=191211 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12257

[Bug tree-optimization/27590] [regression] ICE when compiling catalina.jar from tomcat 5.0.30

2006-05-13 Thread aph at gcc dot gnu dot org
-- aph at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org |dot org

[Bug tree-optimization/27590] [regression] ICE when compiling catalina.jar from tomcat 5.0.30

2006-05-15 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2006-05-15 10:59 --- I can replicate this problem with gcj 4.1 and gcj svn trunk. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/27590] [regression] ICE when compiling catalina.jar from tomcat 5.0.30

2006-05-15 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2006-05-15 11:19 --- Created an attachment (id=11470) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11470&action=view) A simpler testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27590

[Bug tree-optimization/27590] [regression] ICE when compiling catalina.jar from tomcat 5.0.30

2006-05-15 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2006-05-15 11:21 --- zorro:~ $ gcj -shared -O -findirect-dispatch StandardServer.class org/apache/catalina/core/StandardServer.java: In class 'org.apache.catalina.core.StandardServer': org/apache/catalina/core/StandardServer.java:

[Bug tree-optimization/27590] [regression] ICE when compiling catalina.jar from tomcat 5.0.30

2006-05-15 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2006-05-15 11:25 --- Failed in link_block during finish_eh_generation (): /* Link block B to chain after AFTER. */ void link_block (basic_block b, basic_block after) { b->next_bb = after->next_bb; b->prev_bb = after; after

[Bug tree-optimization/27590] [regression] ICE when compiling catalina.jar from tomcat 5.0.30

2006-05-15 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2006-05-15 11:51 --- There is a branch to a deleted label. The RTL looks like this: note 1148 1143 1144 237 [bb 372] NOTE_INSN_BASIC_BLOCK) (insn 1144 1148 1145 237 (set (reg:CCZ 17 flags) (compare:CCZ (reg:DI 408

[Bug java/27754] New: Stack overflow in gcj

2006-05-24 Thread aph at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: aph at gcc dot gnu dot org ReportedBy: aph at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target

[Bug java/27754] Stack overflow in gcj

2006-05-24 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2006-05-24 11:57 --- Created an attachment (id=11503) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11503&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27754

[Bug java/27754] Stack overflow in gcj

2006-05-24 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2006-05-24 14:31 --- Subject: Bug 27754 Author: aph Date: Wed May 24 14:31:23 2006 New Revision: 114043 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114043 Log: 2006-05-24 Andrew Haley <[EMAIL PROTECTED]>

[Bug libgcj/25265] linking BC-compiled classes with incompatible changes

2006-05-25 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2006-05-25 09:56 --- . -- aph at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug java/27756] ICE in update_aliases, at java/decl.c:192

2006-05-25 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2006-05-25 10:02 --- Created an attachment (id=11512) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11512&action=view) Patch Try this. If it works for you I'll check it in. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27756

[Bug java/27756] ICE in update_aliases, at java/decl.c:192

2006-05-25 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2006-05-25 10:12 --- This is caused by ecj generating non-nested variable scopes. In Method name:"seekTypesInBinaryPackage": slot#13: name: i, type: int (pc: 254 length: 82) slot#15: name: elementName, type: java.lang.Strin

[Bug java/27756] ICE in update_aliases, at java/decl.c:192

2006-05-26 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2006-05-26 10:20 --- I have found the real cause of these weird non-nested variable ranges. It's because ecj reorganizes for loops in this way: for (a; b; c) { foo; } becomes goto barf; do { foo; c; barf: a; if (!b) g

[Bug java/27756] ICE in update_aliases, at java/decl.c:192

2006-05-26 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2006-05-26 10:23 --- Err, I mean: a; goto barf; do { foo; c; barf: if (!b) goto x; } forever; x: -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27756

[Bug java/27756] ICE in update_aliases, at java/decl.c:192

2006-05-26 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2006-05-26 13:52 --- Subject: Bug 27756 Author: aph Date: Fri May 26 13:52:18 2006 New Revision: 114131 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114131 Log: 2006-05-25 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/27756] ICE in update_aliases, at java/decl.c:192

2006-05-26 Thread aph at gcc dot gnu dot org
--- Comment #8 from aph at gcc dot gnu dot org 2006-05-26 13:54 --- What am I supposed to write here, anyway? It's fixed because I fixed it. -- aph at gcc dot gnu dot org changed: What|Removed |

[Bug java/1305] [JSR133] GCJ ignores volatile modifier

2006-06-13 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2006-06-13 12:44 --- Subject: Bug 1305 Author: aph Date: Tue Jun 13 12:43:56 2006 New Revision: 114609 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114609 Log: 2006-06-09 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-13 Thread aph at gcc dot gnu dot org
--- Comment #14 from aph at gcc dot gnu dot org 2006-06-13 12:44 --- Subject: Bug 27908 Author: aph Date: Tue Jun 13 12:43:56 2006 New Revision: 114609 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114609 Log: 2006-06-09 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/1305] [JSR133] GCJ ignores volatile modifier

2006-06-13 Thread aph at gcc dot gnu dot org
--- Comment #8 from aph at gcc dot gnu dot org 2006-06-13 12:52 --- Note that this patch has some problems. In particular, it doesn't work with BC-compiled code. Also, on x86 it doesn't insert memory barrier instructions, but this is arguably a bug in __sync_synchronize() r

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2006-06-15 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2006-06-15 11:23 --- gcj creates all its trampolines on the heap, so exec stack shouldn't be needed. -- aph at gcc dot gnu dot org changed: What|Removed |

[Bug java/27025] ICE on simple initializer

2006-06-19 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2006-06-19 11:13 --- Deferred 'til ecj. -- aph at gcc dot gnu dot org changed: What|Removed |Added AssignedT

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-19 Thread aph at gcc dot gnu dot org
--- Comment #15 from aph at gcc dot gnu dot org 2006-06-19 17:38 --- Subject: Bug 27908 Author: aph Date: Mon Jun 19 17:38:08 2006 New Revision: 114778 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114778 Log: 2006-06-19 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/1305] [JSR133] GCJ ignores volatile modifier

2006-06-19 Thread aph at gcc dot gnu dot org
--- Comment #9 from aph at gcc dot gnu dot org 2006-06-19 17:38 --- Subject: Bug 1305 Author: aph Date: Mon Jun 19 17:38:08 2006 New Revision: 114778 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114778 Log: 2006-06-19 Andrew Haley <[EMAIL PROTECTED]>

[Bug tree-optimization/28144] floating point constant -> byte/char/short conversion is wrong for java

2006-06-26 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2006-06-26 09:45 --- Thank you for this patch. It seems to be a patch for the core constant folding code. Would it not be more appropriate to do this in the Java front end's function convert() (in java/typeck.c) ? --

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

2006-07-11 Thread aph at gcc dot gnu dot org
-- aph at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org |dot org

[Bug java/21900] [4.1/4.2 Regression] debugging regression when debugging libgcj

2006-07-12 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2006-07-12 16:59 --- I can't duplicate this one. (gdb) s gnu.java.lang.MainThread.MainThread(java.lang.Class, java.lang.String[]) ([EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]) at /home/aph/gcc/trunk/libjava/gnu

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

2006-07-17 Thread aph at gcc dot gnu dot org
--- Comment #23 from aph at gcc dot gnu dot org 2006-07-17 13:14 --- Subject: Bug 19505 Author: aph Date: Mon Jul 17 13:14:38 2006 New Revision: 115518 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115518 Log: 2006-07-13 Andrew Haley <[EMAIL PROTECTED]>

[Bug libgcj/38251] [4.4 Regression] tools.zip doesn't build on systems with short command lines

2008-11-24 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2008-11-24 17:56 --- Please try jar cf ../tools.zip `find . -name .svn -prune -o -type d -print` -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38251

[Bug libgcj/38251] [4.4 Regression] tools.zip doesn't build on systems with short command lines

2008-11-24 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2008-11-24 18:29 --- Yes, of course. jar has an update mode that adds files, so I can use that. How long may an arglist be? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38251

[Bug libgcj/38251] [4.4 Regression] tools.zip doesn't build on systems with short command lines

2008-11-24 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2008-11-24 18:48 --- Sure, if you can use zip instead, do that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38251

[Bug libgcj/38251] [4.4 Regression] tools.zip doesn't build on systems with short command lines

2008-11-24 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2008-11-24 18:52 --- I suggest jar cf ... to create it, and zip u ... to add to it that way you'll get the correct META-INF directory. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38251

[Bug libgcj/38396] [4.4 Regression] libgcj_bc for 4.3 and 4.4 are binary incompatible but have the same SONAME

2008-12-10 Thread aph at gcc dot gnu dot org
--- Comment #10 from aph at gcc dot gnu dot org 2008-12-10 11:32 --- Created an attachment (id=16870) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16870&action=view) Link map -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38396

[Bug libgcj/38396] [4.4 Regression] libgcj_bc for 4.3 and 4.4 are binary incompatible but have the same SONAME

2008-12-10 Thread aph at gcc dot gnu dot org
--- Comment #11 from aph at gcc dot gnu dot org 2008-12-10 11:32 --- This looks like a bug to me. zorro:tmp $ gcj /home/aph/gcc/trunk/ecj.jar --main=org.eclipse.jdt.internal.compiler.batch.Main -o ecj -findirect-dispatch zorro:tmp $ readelf -d ecj Dynamic section at offset 0xa92728

[Bug libgcj/38396] [4.4 Regression] libgcj_bc for 4.3 and 4.4 are binary incompatible but have the same SONAME

2008-12-10 Thread aph at gcc dot gnu dot org
--- Comment #12 from aph at gcc dot gnu dot org 2008-12-10 12:17 --- Look at the exported symbols in the old version of libgcj_bc.so. Make sure that these symbols are exported: _Jv_JNI_PopSystemFrame _Jv_LookupInterfaceMethod _Jv_MonitorExit _Jv_RegisterResource -- http

[Bug libgcj/38396] [4.4 Regression] libgcj_bc for 4.3 and 4.4 are binary incompatible but have the same SONAME

2008-12-10 Thread aph at gcc dot gnu dot org
--- Comment #16 from aph at gcc dot gnu dot org 2008-12-10 13:26 --- You'll still have the same problem until the change that adds the symbols to libgcj_bc.so is back-ported to the gcc 4.3 branch. I should have applied that change to the gcc 4.3 branch, but I didn't realize

[Bug libgcj/38396] [4.4 Regression] libgcj_bc for 4.3 and 4.4 are binary incompatible but have the same SONAME

2008-12-10 Thread aph at gcc dot gnu dot org
--- Comment #20 from aph at gcc dot gnu dot org 2008-12-10 14:29 --- OK, I will do all these fixes. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38751] New: Odd performance regression with -Os

2009-01-07 Thread aph at gcc dot gnu dot org
Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38751

[Bug libgcj/38396] [4.3 Regression] ecj1 linked against both -lgcj and -lgcj_bc

2009-01-12 Thread aph at gcc dot gnu dot org
--- Comment #24 from aph at gcc dot gnu dot org 2009-01-12 17:36 --- Subject: Bug 38396 Author: aph Date: Mon Jan 12 17:35:48 2009 New Revision: 143301 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143301 Log: 2009-01-12 Andrew Haley PR libg

[Bug libgcj/38872] [4.4 Regression] libgcj.so dropped _Jv_CreateJavaVM and _Jv_GetStringChars symbols

2009-01-16 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2009-01-16 14:59 --- Thanks for looking. As far as I can see _Jv_GetStringChars has been extern inline forever, so doesn't matter. Probably should have a matching definition, but will never be called. _Jv_CreateJavaVM in libgcj.so

[Bug boehm-gc/40385] [4.5 regression] Revision 148285 caused many failures

2009-06-09 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2009-06-09 10:38 --- These are new tests, and real bugs. They are not regressions, and may be XFAILed on ia64-unknown-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40385

[Bug libffi/40385] new testcases bought in by Revision 148285 fail on ia64

2009-06-15 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2009-06-15 09:07 --- That probably is my fault. However, I can't do anything about it until I see the testsuite log file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40385

[Bug libffi/40385] new testcases bought in by Revision 148285 fail on ia64

2009-06-15 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2009-06-15 09:08 --- Re http://gcc.gnu.org/ml/gcc-patches/2009-06/msg00929.html: That was answered on Fri, 12 Jun by Kaz Kojima. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40385

[Bug libffi/40385] new testcases bought in by Revision 148285 fail on ia64

2009-06-15 Thread aph at gcc dot gnu dot org
--- Comment #9 from aph at gcc dot gnu dot org 2009-06-15 09:29 --- I need to know why it's crashing. Usually there's some sort of error message. If there's not, there's no choice but to debug. This Darwin problem is clearly not the same bug as 40385, so it needs

[Bug libffi/40444] [4.5 Regression] libffi badly broken with -m64 by some revision between 148383 and 148472.

2009-06-15 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2009-06-15 15:47 --- Adding Andreas Tobler; perhaps he knows. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug libffi/40444] [4.5 Regression] libffi badly broken with -m64 by some revision between 148383 and 148472.

2009-06-16 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2009-06-16 10:12 --- Thanks for the patch, Andreas. Please push upstream(s). -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/40590] New: namespace namespace broken in CNI

2009-06-29 Thread aph at gcc dot gnu dot org
ty: normal Priority: P3 Component: java AssignedTo: aph at gcc dot gnu dot org ReportedBy: aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40590

[Bug java/40590] namespace namespace broken in CNI

2009-06-29 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2009-06-29 16:12 --- See the thread at http://gcc.gnu.org/ml/java/2009-06/msg00066.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40590

[Bug java/40590] namespace namespace broken in CNI

2009-06-29 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2009-06-29 16:26 --- Created an attachment (id=18093) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18093&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40590

[Bug java/40590] namespace namespace broken in CNI

2009-06-29 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2009-06-29 17:51 --- Subject: Bug 40590 Author: aph Date: Mon Jun 29 17:50:59 2009 New Revision: 149059 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149059 Log: 2009-06-29 Andrew Haley PR java/40590

[Bug java/40590] namespace namespace broken in CNI

2009-06-30 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2009-06-30 09:59 --- Fixed by commit. -- aph at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug middle-end/40867] [4.5 Regression] FAIL: StackTrace2 output - source compiled test

2009-07-28 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2009-07-28 08:02 --- This is actually a regression in debuginfo: the line number info is being corrupted, somewhere after the front end. I don't know if this was caused by the gimplify unit-at-a-time patch. -- aph at gcc dot gn

[Bug middle-end/40867] [4.5 Regression] FAIL: StackTrace2 output - source compiled test

2009-07-30 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2009-07-30 07:37 --- This regression in debuginfo seems to have been downgraded to P4, with no explanation or discussion of which I'm aware. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40867

[Bug middle-end/40867] [4.5 Regression] FAIL: StackTrace2 output - source compiled test

2009-07-30 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2009-07-30 11:36 --- Hmm, this seems to me as a rather perverse interpretation of the rule that "Java issues are not release-critical": this bug may be manifested in Java programs, but there is no evidence of which I'm

[Bug middle-end/40867] [4.5 Regression] FAIL: StackTrace2 output - source compiled test

2009-07-30 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2009-07-30 17:24 --- This seems to be happening very early, because the very first tree dump shows: StackTrace2$Inner.doCrash(java.lang.Object) (struct StackTrace2$Inner * this, struct java.lang.Object * o) [StackTrace2.java : 0:0

[Bug middle-end/40867] [4.5 Regression] FAIL: StackTrace2 output - source compiled test

2009-08-03 Thread aph at gcc dot gnu dot org
--- Comment #8 from aph at gcc dot gnu dot org 2009-08-03 17:55 --- Subject: Bug 40867 Author: aph Date: Mon Aug 3 17:55:11 2009 New Revision: 150376 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150376 Log: 2009-07-31 Andrew Haley PR java/40867

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

2005-11-06 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2005-11-06 16:15 --- You can get the class by generating a special-purpose thunk using the libffi invocation interface and pointing the vector at the thunk. Virtual methods are easy to do by adding a suitable "NoClassDefFoundError&qu

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

2005-11-07 Thread aph at gcc dot gnu dot org
--- Comment #8 from aph at gcc dot gnu dot org 2005-11-07 10:40 --- It's not possibe from this description to tell when this problem occurs, nor which kind of error it is. What does "crash" mean? When does it occur? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24616

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

2005-11-07 Thread aph at gcc dot gnu dot org
--- Comment #11 from aph at gcc dot gnu dot org 2005-11-07 14:52 --- 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 we do that? -- http://gcc.gnu.org/bug

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

2005-11-09 Thread aph at gcc dot gnu dot org
--- Comment #18 from aph at gcc dot gnu dot org 2005-11-09 15:28 --- It's probably not the best idea to solve everything in this bug in a single patch. Better make several patches, for the different issues. Also, if there are some verifier changes needed, let's get those

[Bug libgcj/15430] Cannot interrupt blocking I/O calls with close()

2005-11-09 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2005-11-09 18:22 --- Two things: Does this work for fds that aren't associated with sockets? It doesn't quite avoid the need for locking, since we still need to make sure that we only close an fd once. -- http://gcc.gnu.or

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

2005-11-16 Thread aph at gcc dot gnu dot org
--- Comment #21 from aph at gcc dot gnu dot org 2005-11-16 17:20 --- Accesses to static fields should be fixed already when compiling BC. We generate a call to _Jv_ResolvePoolEntry(Class, int) for every static field reference, which resolves the target class and returns a pointer to

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

2005-11-17 Thread aph at gcc dot gnu dot org
--- Comment #23 from aph at gcc dot gnu dot org 2005-11-17 13:46 --- mm, I was wrong about static fields. The problem is that a JV_CONSTANT_Fieldref constant pool entry points to a JV_CONSTANT_Class, and at the present time we attempt to resolve that JV_CONSTANT_Class reference at link

[Bug libgcj/25016] New: Integer overflow in _Jv_CondWait

2005-11-24 Thread aph at gcc dot gnu dot org
Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: aph at gcc dot gnu dot org ReportedBy: aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25016

[Bug libgcj/25016] Integer overflow in _Jv_CondWait

2005-11-24 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2005-11-24 11:48 --- Consider this program: public class TimedWait { public static void main (String[] argv) throws InterruptedException { Object o = new Object(); synchronized (o) { o.wait(Long.MAX_VALUE

[Bug libgcj/25016] Integer overflow in _Jv_CondWait

2005-11-24 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2005-11-24 11:48 --- Patch at http://gcc.gnu.org/ml/java-patches/2005-q4/msg00222.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25016

[Bug libgcj/25016] Integer overflow in _Jv_CondWait

2005-11-24 Thread aph at gcc dot gnu dot org
-- aph at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |critical Status|NEW |ASSIGNED

[Bug libgcj/25016] Integer overflow in _Jv_CondWait

2005-11-25 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2005-11-25 16:18 --- Subject: Bug 25016 Author: aph Date: Fri Nov 25 16:18:17 2005 New Revision: 107509 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107509 Log: 2005-11-25 Andrew Haley <[EMAIL PROTECTED]>

[Bug libgcj/25016] Integer overflow in _Jv_CondWait

2005-11-25 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2005-11-25 16:31 --- Subject: Bug 25016 Author: aph Date: Fri Nov 25 16:31:09 2005 New Revision: 107510 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107510 Log: 2005-11-25 Andrew Haley <[EMAIL PROTECTED]>

[Bug libgcj/25016] Integer overflow in _Jv_CondWait

2005-11-25 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2005-11-25 17:20 --- Subject: Bug 25016 Author: aph Date: Fri Nov 25 17:20:09 2005 New Revision: 107511 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107511 Log: 2005-11-25 Andrew Haley <[EMAIL PROTECTED]>

[Bug bootstrap/25207] bootstrap fails on libjava if alsa headers present but no -lasound.

2005-12-01 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2005-12-01 15:31 --- It's caused by only one multilib being installed. The 64-bit one is there, not the 32-bit one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25207

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

2005-12-02 Thread aph at gcc dot gnu dot org
--- Comment #24 from aph at gcc dot gnu dot org 2005-12-02 17:43 --- This is great, but an additional test case for dynamic method invocation is needed. We need to be able to continue if a class T that contains a method that refers to a missing class M is initialized. At that time

[Bug libgcj/25265] linking BC-compiled classes with incompatible changes

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

[Bug libgcj/25265] linking BC-compiled classes with incompatible changes

2005-12-08 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2005-12-08 14:40 --- Subject: Bug 25265 Author: aph Date: Thu Dec 8 14:40:48 2005 New Revision: 108232 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108232 Log: 2005-12-08 Andrew Haley <[EMAIL PROTECTED]>

[Bug libgcj/25265] linking BC-compiled classes with incompatible changes

2005-12-08 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2005-12-08 14:44 --- Subject: Bug 25265 Author: aph Date: Thu Dec 8 14:44:29 2005 New Revision: 108233 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108233 Log: 2005-12-08 Andrew Haley <[EMAIL PROTECTED]>

[Bug libgcj/25265] linking BC-compiled classes with incompatible changes

2005-12-08 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2005-12-08 15:32 --- Subject: Bug 25265 Author: aph Date: Thu Dec 8 15:32:44 2005 New Revision: 108235 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108235 Log: 2005-12-08 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/25366] ICE in do_resolve_class

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

[Bug java/25366] ICE in do_resolve_class

2005-12-12 Thread aph at gcc dot gnu dot org
-- aph at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25366

[Bug java/25368] ICE in make_class_data

2005-12-12 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2005-12-12 15:44 --- [EMAIL PROTECTED] ppzz]$ /home/aph/gcc/trunk/obj-i686-unknown-linux-gnu/gcc/jc1 org/gnu/atk/AtkObject.java -fuse-boehm-gc -fnon-call-exceptions -O2 -fjni -fclasspath=.:/usr/share/java/libgcj-4.1.0.jar -fPIC -o x.s

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

2005-12-12 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2005-12-12 15:58 --- Please try the patch at http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00861.html. Let me know if it doesn't work. -- aph at gcc dot gnu dot org changed: What|Removed |

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

2005-12-12 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2005-12-12 16:38 --- I just tried it with the patch at http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00861.html. Works for me. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/25368] ICE in make_class_data

2005-12-13 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2005-12-13 09:41 --- Subject: Bug 25368 Author: aph Date: Tue Dec 13 09:41:45 2005 New Revision: 108474 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108474 Log: 2005-12-13 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/25366] ICE in do_resolve_class

2005-12-13 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2005-12-13 09:41 --- Subject: Bug 25366 Author: aph Date: Tue Dec 13 09:41:45 2005 New Revision: 108474 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108474 Log: 2005-12-13 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/25368] ICE in make_class_data

2005-12-13 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2005-12-13 09:44 --- Subject: Bug 25368 Author: aph Date: Tue Dec 13 09:44:35 2005 New Revision: 108475 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108475 Log: 2005-12-13 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/25366] ICE in do_resolve_class

2005-12-13 Thread aph at gcc dot gnu dot org
--- Comment #3 from aph at gcc dot gnu dot org 2005-12-13 09:44 --- Subject: Bug 25366 Author: aph Date: Tue Dec 13 09:44:35 2005 New Revision: 108475 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108475 Log: 2005-12-13 Andrew Haley <[EMAIL PROTECTED]>

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-12-15 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2005-12-15 15:54 --- This should now be fixed on trunk and 4.1 branch. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/25429] New: can't see private static final int CREATE = 1

2005-12-15 Thread aph at gcc dot gnu dot org
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: aph at gcc dot gnu dot org ReportedBy: aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25429

[Bug java/25429] can't see private static final int CREATE = 1

2005-12-15 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2005-12-15 16:30 --- This is https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175569 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25429

  1   2   3   4   5   >