[Bug java/21540] switch stmt problem

2005-06-21 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-21 18:36 --- The bug here is that the semantic analysis for a case expression, in parse.y:java_complete_lhs(), just does this: /* First, the case expression must be constant. Values of final fields are

[Bug java/21540] switch stmt problem

2005-06-21 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-21 19:05 --- I'm testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc do

[Bug AWT/22162] New: double-click fails to select entire word

2005-06-23 Thread tromey at gcc dot gnu dot org
com ReportedBy: tromey 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=22162

[Bug AWT/22163] New: scrollbars appear and disappear

2005-06-23 Thread tromey at gcc dot gnu dot org
at dot com ReportedBy: tromey 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=22163

[Bug libgcj/6996] gij needs assertion-related command-line options

2005-06-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-24 21:36 --- The patch was obsoleted by other changes. I don't think I have a copy of it any more. I'm throwing this PR back into the pool for now. -- What|Removed

[Bug libgcj/10421] java.text.Collator.getInstance returns null for "de" locale

2005-06-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-24 21:38 --- I'm not sure when this was fixed, but it works in 4.0. -- What|Removed |

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-06-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-24 21:49 --- FWIW I agree with the analysis. This is related to PR 21540, but not the same. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13788

[Bug libgcj/22186] gnu.gcj.precompiled.db.path ignored for method which calls JNI native method

2005-06-25 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-25 16:52 --- One problem is that you need to compile with -fjni. However, adding this to aot-compile does not seem to fix the bug. -- What|Removed |Added

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-06-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-27 16:52 --- The problem here is that the code in patch_binop that converts URSHIFT_EXPR to RSHIFT_EXPR modifies the type and code of the tree in place -- but that is incorrect as it misses the final cast back to a

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-06-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-27 16:59 --- I'm testing a fix. -- What|Removed |Added AssignedTo|unassigned at gcc do

[Bug java/13788] Zero propogate right shift in static final int initializer causes error

2005-06-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-27 18:41 --- I checked this in to cvs trunk. -- What|Removed |Added Status|ASSIGNED

[Bug java/21540] switch stmt problem

2005-06-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-27 18:41 --- I checked in the fix on cvs trunk. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/22211] Thread.interrupt sometimes causes abort if thread is already dead

2005-06-29 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-29 17:06 --- I have a patch for this. Could you try it with RSSOwl if I send it to you? -- What|Removed |Added

[Bug libgcj/22211] Thread.interrupt sometimes causes abort if thread is already dead

2005-06-29 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-29 17:22 --- Actually, I wrote a very simple test case and I'm simply going to check in my fix. The test just makes a Thread and calls interrupt on it before starting it. With gij this currently aborts. --

[Bug libgcj/22211] Thread.interrupt sometimes causes abort if thread is already dead

2005-06-29 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-29 17:42 --- I checked this in to cvs trunk. It should go in 4.0 as well once the branch reopens. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22211

[Bug java/20193] Variable names incorrectly resolved in inner classes.

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

[Bug java/20302] Problem with sub classes with contructors with exceptions

2005-06-29 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-30 05:21 --- Note that Test2.java actually is invalid code. Unlike anonymous constructors, implicit constructors are not given any special treatment when it comes to 'throws' clauses. Test.java is valid code

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

2005-06-29 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-30 05:33 --- I don't see this in cvs; is there a reason not to check it in? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21428

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

2005-07-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-02 00:10 --- Not yet. I think my plan was to fix it by using the classpath version of this class. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21637

[Bug java/22377] New: BC compilation fails to detect abstract instantiation

2005-07-08 Thread tromey at gcc dot gnu dot org
nu dot org ReportedBy: tromey at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org OtherBugsDependingO 12725 nThis: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22377

[Bug java/12725] [meta-bug] gcj does not conform to Binary Compatibility specification

2005-07-08 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||22377 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12725

[Bug libgcj/21892] gnu.* and native code security audit

2005-07-13 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-13 17:17 --- According to mjw there is already code in classpath's ClassLoader to do gnu.* checking (whether it is exactly what we want is not clear -- aph suggested we rename packages to make it very clear which

[Bug tree-optimization/22493] [4.1 Regression] with -fwrapv -INT_MIN is still not postive

2005-07-14 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added CC||tromey at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla

[Bug tree-optimization/22493] [4.1 Regression] with -fwrapv -INT_MIN is still not positive

2005-07-15 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added Summary|[4.1 Regression] with - |[4.1 Regression] with - |fwrapv -INT_MIN is still not|fwrapv -INT_MIN is still not

[Bug libgcj/21058] [4.1 Regression] fragile libgcj link process omits some inner classes

2005-07-18 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-18 18:35 --- I'm testing a patch for this. I didn't fix libtool but instead changed how we perform these compilations. -- What|Removed

[Bug libgcj/21943] O32 libffi.so fails to link on IRIX 6

2005-07-18 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-18 18:36 --- Just FYI, 4.0.x is open again. This fix could go in now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21943

[Bug libgcj/21058] [4.1 Regression] fragile libgcj link process omits some inner classes

2005-07-18 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-18 20:58 --- I checked in a fix on the trunk. I think this is already fixed on the 4.0 branch. -- What|Removed |Added

[Bug libgcj/22283] Fail to build libjava under zh_TW.UTF-8 locale.

2005-07-18 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-18 20:59 --- Does this also fail with 4.0.x? If so perhaps we need "LANG=C sort" there. On the trunk I fixed this in a different way. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22283

[Bug java/22507] GCJ segfaults building Apache Cocoon

2005-07-18 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-18 18:07 --- Confirmed with 4.0 and cvs trunk. -- What|Removed |Added Status|UNCONFIRMED

[Bug AWT/17008] GdkGraphics: drawImage tries to cast Image to GtkImage.

2005-07-20 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17008

[Bug AWT/17060] AWT: problems with drawImage and transparent images

2005-07-20 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17060

[Bug SWING/21880] javax.swing.text.JTextComponent has no read() method

2005-07-20 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21880

[Bug java/22578] New: should inline floatToIntBits et al

2005-07-20 Thread tromey at gcc dot gnu dot org
nline floatToIntBits et al Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu do

[Bug libgcj/22579] New: URLClassLoader re-merge plan

2005-07-20 Thread tromey at gcc dot gnu dot org
t org ReportedBy: tromey 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=22579

[Bug libgcj/14696] URL constructor incorrectly causes file canonicalization

2005-07-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-24 19:27 --- This is fixed in 4.0 and on cvs head. Now we do textual canonicalization, and we don't use the filesystem. -- What|Removed |

[Bug libgcj/16229] [meta-bug] http, URL, and URLConnection issues

2005-07-24 Thread tromey at gcc dot gnu dot org
-- Bug 16229 depends on bug 14696, which changed state. Bug 14696 Summary: URL constructor incorrectly causes file canonicalization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14696 What|Old Value |New Value -

[Bug libgcj/20169] Serialization: readResolve does not work

2005-07-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-24 19:36 --- Note that this is fixed in Classpath but not in libgcj as we still have divergences in serialization. -- What|Removed |Added

[Bug libgcj/19612] gjdoc in libgcj

2005-07-26 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-26 21:51 --- Nope, gjdoc is in its own module in classpath cvs and has not been imported into the gcc tree at all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19612

[Bug classpath/21869] We should to use StringBuilder instead of StringBuffer where appropriate.

2005-07-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-27 17:39 --- This is a request for Classpath. -- What|Removed |Added Component|libgcj

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

2005-08-09 Thread tromey at gcc dot gnu dot org
== 0 versus build_field_ref Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org CC:

[Bug libffi/21819] i*86-*-gnu* not enabled in configure.ac

2005-08-10 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-10 17:19 --- I checked in the fix. -- What|Removed |Added Status|NEW

[Bug target/21824] [meta-bug] bootstrap bugs for *-gnu*

2005-08-10 Thread tromey at gcc dot gnu dot org
-- Bug 21824 depends on bug 21819, which changed state. Bug 21819 Summary: i*86-*-gnu* not enabled in configure.ac http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21819 What|Old Value |New Value --

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

2005-08-10 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-10 18:47 --- I'm handling this. -- What|Removed |Added AssignedTo|unassigned at gcc do

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

2005-08-10 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-10 18:53 --- I checked in a fix to classpath. I'll pull it into libgcj with the next update. (If it is more urgent I can pull it in separately sooner.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22580

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

2005-08-10 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-10 23:11 --- Here's the failure: /home/tromey/Merge/build/gcc/gcj -B/home/tromey/Merge/build/i686-pc-linux-gnu/libjava/ -B/home/tromey/Merge/build/gcc/ -ffloat-store -fclasspath= -fbootclasspath=/home/tromey/Merge/

[Bug debug/23336] New: enum constants not visible to gdb

2005-08-11 Thread tromey at gcc dot gnu dot org
0412 (Red Hat Linux 3.3.3-7) (FWIW this bug is a big impediment to debugging gcj.) -- Summary: enum constants not visible to gdb Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: debug

[Bug libgcj/23353] clone() copies internal lock data with hash synchronization off

2005-08-12 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-12 16:41 --- I checked in the fix. Thanks -- What|Removed |Added Status|UNCONFIRMED

[Bug libgcj/23292] libjava build fails with recent version of GNU Make

2005-08-12 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-12 18:42 --- Although this is fairly ugly, I'm not opposed to it. I am however a bit reluctant to check in a patch to work around a feature in a beta version of make. It seems to me that perhaps a feature that c

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

2005-08-15 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-15 19:38 --- I submitted a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

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

2005-08-16 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-16 16:08 --- I checked in a fix to the trunk. -- What|Removed |Added Status|ASSIGNED

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

2005-08-16 Thread tromey at gcc dot gnu dot org
-- Bug 18131 depends on bug 23300, which changed state. Bug 23300 Summary: DECL_FIELD_OFFSET == 0 versus build_field_ref http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23300 What|Old Value |New Value

[Bug java/12756] Binary Compatibility: Searches are slow

2005-08-18 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-18 16:09 --- AIUI, Andrew's profiling of jonas showed the runtime linker to be down in the noise. So this is not very important. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12756

[Bug libgcj/23466] Double.toString(0.0010) ---> "0.001" ISO "0.0010"

2005-08-19 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-19 16:20 --- I agree that this is most likely not a libgcj bug. Ronald, why do you think the _dtoa call ought to be changed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23466

[Bug libgcj/23498] [4.1 regression] libgcj/classpath add two undesired info files: hacking.info, vmintegration.info

2005-08-20 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-21 00:31 --- Thanks, I'll handle this. -- What|Removed |Added AssignedTo|unassigned at gc

[Bug libgcj/23499] [4.1 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/

2005-08-20 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-21 00:31 --- Thanks, I'll handle this -- What|Removed |Added AssignedTo|unassigned at gc

[Bug libgcj/23507] gij testsuite failures

2005-08-21 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-21 22:25 --- That stack trace looks a bit peculiar. But maybe it is just that it hasn't been "cleaned up" to remove the frames related to constructing the exception. I think the only thing to do here is

[Bug libgcj/23508] FAIL: PR218

2005-08-21 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-21 22:27 --- The patch in comment #2 is ok, please check it in. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23508

[Bug libgcj/23466] call to _dtoa is possibly incorrect

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 15:00 --- I would prefer to leave the PR open to address the _dtoa issue. I've updated the PR synopsis to reflect this. I agree that we should not change our toString output, as ours is correct. --

[Bug java/10304] ICE when compiling OpenNMS (jcf-write.c:1041)

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 18:00 --- No feedback in nearly a year. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/21074] Trivial bug in the method getHeaderFieldKey() in the file java/net/protocol/http/HTTPURLConnection.java

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 18:05 --- Committed to 4.0 branch. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/23499] [4.1 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 18:53 --- I fixed this in classpath. It will be brought in by the next merge. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23499

[Bug libgcj/23431] [4.0/4.1 regression] gcj allows overriding with less restrictive access

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 19:12 --- Here is a test case that needs only libgcj: abstract class B implements Runnable { public B() { } abstract void run(); } class C extends B { void run() { } } class A { private C c = null

[Bug libgcj/23498] [4.1 regression] libgcj/classpath add two undesired info files: hacking.info, vmintegration.info

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 20:08 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/23495] java.lang.String.equals is suboptimal

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 21:54 --- Robin, could you do another test where you use memcmp instead of a hand-written loop? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23495

[Bug libgcj/23367] _Jv_FindMethodInCache is not thread-safe

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 22:09 --- I have a patch to make this use TLS when it is available. I'm testing it. -- What|Removed |

[Bug libgcj/22622] gnu/classpath/Configuration.java being grep'ed for before created

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 22:09 --- Testing a fix. -- What|Removed |Added AssignedTo|tromey at redhat dot com

[Bug libgcj/22622] gnu/classpath/Configuration.java being grep'ed for before created

2005-08-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-22 22:40 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED

[Bug java/23283] Sun's JIT faster than gcc for Random.nextDouble

2005-08-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-23 14:15 --- I see this too. Compiling with -fno-bounds-check helps, but not enough. One possibility is simply that our implementation of nextDouble is inefficient. I doubt this function was coded for maximum

[Bug libgcj/23216] IncompatibleClassChangeError when Using Java-Gnome

2005-08-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-23 14:19 --- I tried this with the gcc 4.0 and java-gnome that ship on Fedora Core 4. It worked for me. Can you give some more information? Perhaps the stack trace that you see? Did you compile this or run it

[Bug libgcj/20908] [m68k-linux] libjava testsuite fails about 600 tests

2005-08-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-23 14:36 --- This still seems quite high: # of unexpected failures91 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20908

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

2005-08-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-23 16:02 --- Also fails with cvs head. Offhand I suspect a compiler bug. -- What|Removed |Added

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

2005-08-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-23 17:02 --- Here is the complete test case: import java.text.*; import java.util.*; public class pr23183 { public static void main(String[] args) { SimpleDateFormat sdf = new SimpleDateFormat("'&

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

2005-08-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-23 19:58 --- Reduced test case. Compile to .class, then compile with -findirect-dispatch. Interpreting works fine. public class pr23182 { static class Wrapper { Object w; Object get() { return w

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

2005-08-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-24 22:33 --- I'm testing a patch -- What|Removed |Added AssignedTo|unassigned at gcc do

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

2005-08-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-25 02:10 --- I checked this in to classpath. It should be pulled over to gcj at the next import. I'll look at putting this on the 4.0 branch as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23183

[Bug debug/41130] GCC should emit an index of publicly named entities

2009-11-19 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2009-11-19 16:30 --- Created an attachment (id=19055) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19055&action=view) modified patch I've slightly updated the patch to handle non-public entities as well.

[Bug debug/41130] GCC should emit an index of publicly named entities

2009-11-19 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2009-11-19 16:45 --- Created an attachment (id=19056) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19056&action=view) patch for readelf This patch modifies the binutils readelf utility to dump the new section. --

[Bug debug/41130] GCC should emit an index of publicly named entities

2009-12-02 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2009-12-02 19:40 --- Created an attachment (id=19214) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19214&action=view) patch for readelf This is an updated readelf patch. Now "readelf -wI" works properly. --

[Bug debug/41130] GCC should emit an index of publicly named entities

2009-12-03 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2009-12-03 18:08 --- Created an attachment (id=19218) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19218&action=view) updated gcc patch to put the CU's language in the new section -- tromey at gcc dot gnu dot

[Bug debug/41130] GCC should emit an index of publicly named entities

2009-12-03 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2009-12-03 18:09 --- Created an attachment (id=19219) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19219&action=view) updated binutils patch to account for language in new index -- tromey at gcc dot gnu dot org

[Bug debug/41130] GCC should emit an index of publicly named entities

2009-12-03 Thread tromey at gcc dot gnu dot org
--- Comment #12 from tromey at gcc dot gnu dot org 2009-12-03 18:16 --- I compiled a C++ program with a gcc that includes this patch. I see some erroneous entries in the resulting index. E.g.: 0xb8 DW_TAG_structure_type._6 0x3f1 DW_TAG_structure_type

[Bug debug/42288] New: please emit empty .debug_aranges section

2009-12-04 Thread tromey at gcc dot gnu dot org
: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42288

[Bug debug/42288] please emit empty .debug_aranges section

2009-12-07 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2009-12-07 15:57 --- Yes, that's exactly what I would like. Thanks. -- tromey at gcc dot gnu dot org changed: What|Removed |

[Bug debug/41130] GCC should emit an index of publicly named entities

2009-12-07 Thread tromey at gcc dot gnu dot org
--- Comment #13 from tromey at gcc dot gnu dot org 2009-12-07 21:32 --- It would be best for gdb if gcc emitted an "empty" section if there was nothing to index. See PR 42288 for an analogous case. This is worth doing even though, in this situation, the resulting CU won

[Bug debug/42288] please emit empty .debug_aranges section

2009-12-08 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2009-12-08 17:58 --- FWIW, I know that this patch will not affect the CVS gdb, because that gdb never reads the .debug_aranges section. I'll try this out using my branch today. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42288

[Bug debug/27672] C frontend does not generate line information for multi-line conditions

2009-12-14 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2009-12-14 16:26 --- This seems to work better with svn trunk: Breakpoint 2, func2 () at pr.c:5 5 return 0; (gdb) fini Run till exit from #0 func2 () at pr.c:5 0x080483c3 in main () at pr.c:13 13|| func2 () Value

[Bug debug/42959] New: g++ does not emit DW_AT_default_value

2010-02-04 Thread tromey at gcc dot gnu dot org
Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42959

[Bug debug/27160] Debugging output forgets scope for typedefs.

2010-02-05 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2010-02-05 18:04 --- I tried this with some random svn trunk checkout, and it worked ok: <1><25>: Abbrev Number: 2 (DW_TAG_namespace) <26> DW_AT_name: bar <2a> DW_AT_decl_fi

[Bug debug/39705] enum constants don't appear in debug_pubnames

2010-07-19 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2010-07-19 18:44 --- In the end, we decided not to use .debug_pubnames in gdb. And, GCC no longer generates this section on most platforms. So, I am closing this bug. -- tromey at gcc dot gnu dot org changed: What

[Bug debug/41736] missing DW_TAG_template_*_ in some cases

2010-07-21 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2010-07-21 15:19 --- The ordinary cases work fine with svn trunk gcc. However, member pointers still don't have all the info emitted. Consider this test case: struct S { int f; }; template struct T { }; T<&S::f> v; For v

[Bug debug/45024] New: wrong nesting for inner template class

2010-07-21 Thread tromey at gcc dot gnu dot org
P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45024

[Bug debug/45048] New: duplicate DW_TAG_variable

2010-07-23 Thread tromey at gcc dot gnu dot org
Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45048

[Bug java/1812] zextract.c cleanup

2010-07-23 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2010-07-23 18:28 --- Yeah, nobody is ever going to bother with this. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/45048] duplicate DW_TAG_variable

2010-07-23 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2010-07-23 21:06 --- I suppose the duplicate is due to the "i" inside of "f". But inside of f I see: <2><78>: Abbrev Number: 7 (DW_TAG_lexical_block) <79> DW_AT_low_pc : 0x3 &l

[Bug tree-optimization/45083] New: strange warning text from gcc

2010-07-26 Thread tromey at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45083

[Bug tree-optimization/45083] strange warning text from gcc

2010-07-26 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2010-07-26 15:53 --- Created an attachment (id=21318) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21318&action=view) compressed .i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45083

[Bug tree-optimization/45083] strange warning text from gcc

2010-07-26 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2010-07-26 15:59 --- Forgot some info: opsy. gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/space/tromey/Trunk/install/bin/../libexec/gcc/i686-pc-linux-gnu/4.6.0/lto-wrapper Target: i686-pc-linux-gnu Configured with

[Bug tree-optimization/45085] New: incorrect -Wuninitialized warning

2010-07-26 Thread tromey at gcc dot gnu dot org
rning Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/

[Bug tree-optimization/45085] incorrect -Wuninitialized warning

2010-07-26 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2010-07-26 16:12 --- Created an attachment (id=21319) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21319&action=view) compressed .i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45085

[Bug debug/45088] New: pointer type information lost in debuginfo

2010-07-26 Thread tromey at gcc dot gnu dot org
y: pointer type information lost in debuginfo Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088

<    3   4   5   6   7   8   9   10   11   12   >