[Bug preprocessor/31932] cpp -f*-charset and gcj --encoding accept no values except UTF-8

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2009-03-30 20:57 --- Oops, updated wrong field. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/39533] -MM may list a header file twice

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2009-03-30 21:23 --- It is not really a bug, but it is ugly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533

[Bug preprocessor/39533] -MM may list a header file twice

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2009-03-30 21:50 --- I am looking at it right now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533

[Bug preprocessor/37549] gcc -E -dD prints predefined macros, contrary to docs

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2009-03-30 23:22 --- Try this. I'll submit it if it regression tests ok. Index: c-ppoutput.c === --- c-ppoutput.c(revision 145295) +++ c-ppoutput.c(wo

[Bug tree-optimization/21855] array bounds checking elimination

2009-04-08 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2009-04-08 16:37 --- How would the FE indicate that the length field is immutable? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855

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

2009-04-09 Thread tromey at gcc dot gnu dot org
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=39705

[Bug debug/39706] New: namespaces represented incorrectly in debug_pubnames

2009-04-09 Thread tromey at gcc dot gnu dot org
epresented incorrectly in debug_pubnames Product: gcc 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=39706

[Bug debug/39707] New: gcc does not emit debug_pubtypes

2009-04-09 Thread tromey at gcc dot gnu dot org
: 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=39707

[Bug debug/39708] New: add a debug_privnames section

2009-04-09 Thread tromey at gcc dot gnu dot org
Version: 4.5.0 Status: UNCONFIRMED Severity: enhancement 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=39708

[Bug preprocessor/41067] Inconsistency in warnings on invalid \-escapes

2009-08-14 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2009-08-14 17:46 --- Testing a patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug preprocessor/41067] Inconsistency in warnings on invalid \-escapes

2009-08-17 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2009-08-17 17:35 --- Subject: Bug 41067 Author: tromey Date: Mon Aug 17 17:34:53 2009 New Revision: 150854 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150854 Log: PR preprocessor/41067: * c

[Bug preprocessor/41067] Inconsistency in warnings on invalid \-escapes

2009-08-17 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2009-08-17 17:35 --- I fixed the error message. I probably will not address comment #2, but I will leave this bug open for it instead. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/41172] C frontend botches type.name for typedef chains

2009-08-26 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2009-08-26 14:28 --- Typedefs are found using lookup_name. There is not really a separate mapping; instead the trees are held directly in the identifier node. These are reset as typedefs (or whatever) go out of scope, though

[Bug libgcj/40868] ecjx.cc should be compiled by host gcc

2009-09-01 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2009-09-01 16:58 --- I think it isn't correct to use "gcc" directly. You probably have to introduce a new variable. But, I don't see why we need ecjx.cc at all. I think it must be to work around some other probl

[Bug debug/39708] add a debug_privnames section

2009-09-29 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2009-09-29 20:03 --- This is obsoleted by the newer idea in PR 41130. *** This bug has been marked as a duplicate of 41130 *** -- tromey at gcc dot gnu dot org changed: What|Removed |Added

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

2009-09-29 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2009-09-29 20:03 --- *** Bug 39708 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41130

[Bug java/31719] gcj crashes compiling simple .class file output by Rhino js->.class compiler

2007-04-27 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-04-27 17:44 --- Dan Berlin said if you log in first you should be able to attach things. I downloaded rhino 1_6r5 from: http://www.mozilla.org/rhino/download.html Then I tried the .class you sent me. I tried with gcj 4.1 (from the

[Bug preprocessor/28709] [4.0/4.1 regression] Bad diagnostic pasting tokens with ##

2007-05-02 Thread tromey at gcc dot gnu dot org
--- Comment #12 from tromey at gcc dot gnu dot org 2007-05-02 20:33 --- Subject: Bug 28709 Author: tromey Date: Wed May 2 19:33:44 2007 New Revision: 124356 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124356 Log: libcpp PR preprocessor/28709: *

[Bug preprocessor/28709] [4.0/4.1 regression] Bad diagnostic pasting tokens with ##

2007-05-02 Thread tromey at gcc dot gnu dot org
--- Comment #13 from tromey at gcc dot gnu dot org 2007-05-02 20:34 --- I checked in the follow-up patch to the trunk. So this fully works on 4.3. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/31890] Java Namespace error - javaprims.h out of sync

2007-05-14 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-05-14 20:57 --- It is easy to forget to update this file, I'm sure that is what happened. This only matters if you have CNI code that uses one of these classes. So, it is definitely a problem, but generally not a very seriou

[Bug java/31932] no values accepted for --encoding options except UTF-8

2007-05-15 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-05-15 19:41 --- The patch is incomplete, as libcpp/configure.in still checks for iconv.h. Anyway the best thing to do here is submit a patch or patches to the gcc patch list. Include a ChangeLog entry, etc. -- tromey at gcc

[Bug preprocessor/31186] -I/usr/include not taken into account

2007-05-22 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-05-22 19:11 --- My recollection is that the special -I behavior is there because the system headers have special non-warning properties. This situation doesn't apply to -L. > 2. Software is often compiled with configure, ma

[Bug libgcj/32034] Use of deprecated classes in "gcc-4_2-build/i686-pc-linux-gnu/libjava/classpath/tools"

2007-05-24 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-05-24 16:33 --- I think the proper fix here is to disable this warning in tools. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)

2007-05-24 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-05-24 17:18 --- I think gjdoc only recently got support for generics and annotations. So an older gjdoc is expected to fail. I haven't been keeping track of gjdoc version numbers but I expect if you install a newer version

[Bug java/31853] ICE in bootstrap compiling gnu.CORBA.ObjectCreator

2007-05-24 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-05-24 17:31 --- Could you get a stack trace at the point of the ICE? That might help. If that doesn't help, though, all that remains is debugging jc1 to see what goes wrong. If you have the time another thing to try is build

[Bug libgcj/24403] --enable-java-awt=qt fails to build

2007-05-24 Thread tromey at gcc dot gnu dot org
--- Comment #12 from tromey at gcc dot gnu dot org 2007-05-24 17:59 --- Do you have a copyright assignment? If so I will review the proposed patch. I think the bigger problem is that the Qt peers are not really maintained. ISTR that they still have some pretty serious bugs, though that

[Bug java/31853] ICE in bootstrap compiling gnu.CORBA.ObjectCreator

2007-05-24 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-05-24 18:02 --- Unless you need 4.1 and plan to work on this bug, I would like to close it. What do you think? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31853

[Bug java/31853] ICE in bootstrap compiling gnu.CORBA.ObjectCreator

2007-05-25 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-05-25 21:05 --- Thanks for your response. Closing as fixed in 4.2. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/32098] New libtool doesn't support libjava

2007-05-29 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added CC||tromey at gcc dot gnu dot

[Bug target/31679] Incorrect result of multiplication long long by 0xFFFFFFFFLL constant.

2007-06-02 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-06-02 21:52 --- I see this bug when I compile the test case without -O. I tried svn trunk and also 4.1.1 20070105 (Red Hat 4.1.1-51) -- tromey at gcc dot gnu dot org changed: What|Removed

[Bug java/32250] %s substituted with "interface"/"array" can't be properly translated

2007-06-08 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-06-08 18:35 --- I'm closing this, because parse.y no longer exists on svn trunk. If you find instances of this bug in the remaining parts of gcj, please file a new PR. Thanks. -- tromey at gcc dot gnu dot org ch

[Bug java/32249] %s substituted with "interface"/"class" can't be properly translated

2007-06-08 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-06-08 18:36 --- I'm closing this, because parse.y no longer exists on svn trunk. If you find instances of this bug in the remaining parts of gcj, please file a new PR. Thanks. -- tromey at gcc dot gnu dot org ch

[Bug java/32247] -Wall enables -Wunused enables -Wunused-parameter

2007-06-11 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2007-06-11 23:44 --- I'm reopening this. Andrew P., please leave it open if you would. We chose what goes into -Wall, and this is a bug in the implementation of that choice. -- tromey at gcc dot gnu dot org changed:

[Bug libgcj/30999] support for GCC4.0's fvisibility option in JNIEXPORT macro

2007-06-28 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-06-28 19:35 --- Subject: Bug 30999 Author: tromey Date: Thu Jun 28 19:35:25 2007 New Revision: 126090 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126090 Log: 2007-06-28 Jan Nijtmans <[EMAIL PROTECTED]&g

[Bug libgcj/30999] support for GCC4.0's fvisibility option in JNIEXPORT macro

2007-06-28 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-06-28 19:59 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/32614] New: -fmessage-length documentation and implementation disagree

2007-07-03 Thread tromey at gcc dot gnu dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ 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

[Bug java/32638] Wrong selection of field in inner class when outer class and super class have a relevant filed named the same

2007-07-05 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-07-05 17:31 --- I tried this with svn trunk and got 'false'. If there is a bug here it is in ecj, not gcj. I'm not sure I agree with your interpretation here. I don't see how specificity applies. Isn'

[Bug libgcj/23549] gij swallows args after -ea

2005-09-02 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-02 17:14 --- I set the target milestone. This patch looks like a 4.0 candidate to me. Could you put it there? -- What|Removed |Added

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

2005-09-02 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-02 17:15 --- I don't think we'll import a new version of the GC into the 4.0.x series. However, a patch to fix the ARM port would be perfectly fine. If the patch works for you, please submit it to java-patches

[Bug target/23602] [4.1 regression] 1081 test failures in libjava, when configured for i486-linux

2005-09-02 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-02 21:46 --- About comment #6 - it doesn't seem to me that this patch could have affected the setting of BACKTRACESPEC. The most recent change there was on 01-Jun-05; see libjava/configure.host (via cvs annotate

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

2005-09-05 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-05 16:15 --- One reason I suspect a compiler bug and not a bug in 'instanceof' is that the code works in the interpreter but not when BC-compiled. Tom F... I think the arguments are reversed to the ca

[Bug libgcj/23739] IsAssignableFrom reverses arguments

2005-09-05 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-05 21:24 --- How embarrassing. One question is whether we ought to change CNI to conform. I suspect the answer is 'yes', for clarity's sake. -- What|Removed

[Bug libgcj/23739] IsAssignableFrom reverses arguments

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

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

2005-09-06 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-06 14:23 --- Fix checked in to 4.0 branch and trunk. -- What|Removed |Added Status

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-06 16:04 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED

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

2005-09-06 Thread tromey at gcc dot gnu dot org
?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.35&r2=1.35.8.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natThread.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.30&r2=1.30.8.1 ------- Additional Comments From tromey at gcc dot gnu dot org 2005-0

[Bug libgcj/23288] java.lang.Class's #getPackage() returns null

2005-09-09 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-09 18:35 --- Note also that Package.getVersion fails when the class file comes from a jar. With the included example you can see this by making a manifest file (in my example named "J/Man"):

[Bug libgcj/16032] libgcj should reject class files with incorrect version numbers

2005-09-15 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-15 22:05 --- Fix checked in -- What|Removed |Added Status|NEW

[Bug java/23620] [4.0/4.1 Regression] Segfault compiling inner interfaces

2005-09-21 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-21 14:29 --- I had to make the methods in B and C public in order to compile. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23620

[Bug libgcj/24057] [4.1 regression] libgcj installs jawt.h and jni.h in version independent location

2005-09-25 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-25 21:09 --- I'll handle this -- What|Removed |Added AssignedTo|unassigned at gcc do

[Bug libffi/16832] Wrong location of "ffitarget.h" in "ffi.h".

2005-09-25 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-25 21:35 --- *** This bug has been marked as a duplicate of 23718 *** -- What|Removed |Added

[Bug libffi/23718] ffitarget.h include problem

2005-09-25 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-25 21:35 --- *** Bug 16832 has been marked as a duplicate of this bug. *** -- What|Removed |Added

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

2005-09-26 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-26 19:58 --- libffi bug that Gary found while doing builds on PPC64 http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01605.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24018

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

2005-09-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-27 17:34 --- Should be fixed by recent classpath import. -- What|Removed |Added Status

[Bug java/17574] [meta-bug] gcj and libgcj 4.0 tracking PR

2005-09-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-27 19:48 --- There seems little point in leaving this open now that 4.0 has shipped. Any required patches should be mentioned in bug #24018 -- What|Removed |Added

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

2005-09-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-27 19:49 --- We should fix bug #23367 on the branch, either by importing the fix or by simply disabling the method cache. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24018

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

2005-09-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-27 20:04 --- Fixed on trunk; waiting for 4.0 thaw to fix there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23367

[Bug libgcj/24125] New: use dlmopen to avoid copying .so

2005-09-29 Thread tromey at gcc dot gnu dot org
: libgcj AssignedTo: unassigned at gcc dot gnu 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 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24125

[Bug java/24120] jc1 incorrectly uses libiberty hashes

2005-09-29 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-29 17:18 --- I'm testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc do

[Bug java/24120] jc1 incorrectly uses libiberty hashes

2005-09-29 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-30 00:37 --- I checked in the fix to the 4.0 branch and the trunk. -- What|Removed |Added

[Bug libffi/24148] [gcc 4.0 only] Linux PPC64 libffi -vs- long double return

2005-09-30 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-30 16:15 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED

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

2005-09-30 Thread tromey at gcc dot gnu dot org
-- Bug 24018 depends on bug 24148, which changed state. Bug 24148 Summary: [gcc 4.0 only] Linux PPC64 libffi -vs- long double return http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24148 What|Old Value |New Value

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

2005-09-30 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-30 16:22 --- Added PR 23367 -- What|Removed |Added BugsThisDependsOn||23367

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

2005-09-30 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-30 20:48 --- This turns out to be somewhat tricky. Automake's install rule will create a directory for a conditionally-defined installable file even if the file won't be installed by the current configuration

[Bug libgcj/24051] [4.1 Regression] libjava failed to configure

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

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

2005-09-30 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-30 21:04 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED

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

2005-09-30 Thread tromey at gcc dot gnu dot org
-- Bug 24018 depends on bug 23367, which changed state. Bug 23367 Summary: _Jv_FindMethodInCache is not thread-safe http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23367 What|Old Value |New Value -

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

2005-10-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-10-01 19:47 --- This was fixed a while ago and the fix has since been imported into the libgcj build. -- What|Removed |Added

[Bug java/24120] jc1 incorrectly uses libiberty hashes

2005-10-03 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2005-10-03 14:23 --- Is there going to be a 3.4.5? FWIW it would be somewhat more convenient if, say, whoever is doing releases from 3.4 branch applied this patch. I don't have it checked out, and going through a build is kind of a

[Bug java/24162] internal compiler error, make_class_data

2005-10-03 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2005-10-03 14:26 --- This is a duplicate. I'm not sure what is going on with the patch in PR 23617... *** This bug has been marked as a duplicate of 23617 *** -- tromey at gcc dot gnu dot org changed: What|Re

[Bug java/23617] Out of memory when classpath contains jar file with zip-style comment

2005-10-03 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2005-10-03 14:26 --- *** Bug 24162 has been marked as a duplicate of this bug. *** -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/24170] natFilePosix.cc seems to have a security problem

2005-10-03 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2005-10-03 14:28 --- Ben, you can send private email about this to the folks listed as libgcj maintainers in the gcc MAINTAINERS file, namely Bryce and me. -- tromey at gcc dot gnu dot org changed: What|Removed

[Bug libgcj/24154] Make requires too much memory building libjava

2005-10-03 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24154

[Bug libgcj/24057] [4.1 regression] libgcj installs jawt.h and jni.h in version independent location

2005-10-03 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2005-10-03 19:08 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libgcj/24182] New: standard.omit not properly rebuilt

2005-10-03 Thread tromey at gcc dot gnu dot org
Severity: normal Priority: P2 Component: libgcj AssignedTo: tromey at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24182

[Bug libgcj/24183] New: xmlj code not properly built

2005-10-03 Thread tromey at gcc dot gnu dot org
Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug java/24184] New: bytecode miscompilation of CORBA

2005-10-03 Thread tromey at gcc dot gnu dot org
tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24184

[Bug libgcj/24258] New: add flag to track shared library activity

2005-10-07 Thread tromey at gcc dot gnu dot org
Version: 4.1.0 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: libgcj 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=24258

[Bug libgcj/24321] New: instanceof erroneously causes class initialization

2005-10-11 Thread tromey at gcc dot gnu dot org
o: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24321

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2005-10-12 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2005-10-12 18:11 --- Stewart, can you post attach your backtrace to the PR? Something like "thread apply all bt" might be useful. Thanks. -- tromey at gcc dot gnu dot org changed: What

[Bug other/19165] (Natural) language independent error / warning classification

2005-10-22 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2005-10-23 06:47 --- There's an Eclipse PR for this, fwiw: https://bugs.eclipse.org/bugs/show_bug.cgi?id=108720 If you look there you can see further motivation -- in particular, the continuation messages that gcc sometimes print

[Bug classpath/24481] SecureRandom.setSeed has no impact

2005-10-24 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2005-10-24 18:47 --- I'm still not clear on exactly why we see the same data here. However, I suspect this can be fixed by adding 'seeded = true' to SHA1PRNG.engineSetSeed(). -- tromey at gcc dot gnu dot org changed:

[Bug libgcj/24461] array access in either GZIPInputStream, Inflater, natInflate.cc, or zlib

2005-10-24 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug libgcj/24461] array access in either GZIPInputStream, Inflater, natInflate.cc, or zlib

2005-10-24 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2005-10-24 19:31 --- FWIW, I tried this with jamvm+classpath cvs, and got the expected result. So it does appear to be gcj-specific. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24461

[Bug libgcj/23763] Runtime.getRuntime().exec() signalling

2005-10-26 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2005-10-26 09:01 --- Sorry for the delay on this. The patch looks reasonable enough to me. It needs a small amount of reformatting and a ChangeLog entry. Also I think the call to signal() is not needed, a custom handler is reset to the

[Bug libgcj/24552] Encoding alias "EUC_JP" missing

2005-10-31 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2005-10-31 17:48 --- I'll handle this. I agree, we need this alias. That particular part of the code is generated by the script libjava/scripts/encodings.pl. Looking at the current IANA character-sets file, I see there is only

[Bug libgcj/14358] Selection of default encoding is not sufficient with EUC-JP on FreeBSD

2005-10-31 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2005-10-31 17:51 --- I'll handle this. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/21891] must audit libgcj for required SecurityManager calls

2005-10-31 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2005-10-31 20:02 --- See: http://people.redhat.com/gbenson/SecurityException-throwers-1.4.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21891

[Bug libgcj/21326] seg fault in _Jv_Linker

2005-11-01 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2005-11-01 15:17 --- Fixed. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status

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

2005-11-01 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added CC||tromey at gcc dot gnu dot

[Bug c/43027] #pragma rejected inside enum defn

2010-02-11 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2010-02-11 20:15 --- This is a C bug, not a preprocessor bug, so I'm reassigning. I suppose that it is really a documentation bug, but I didn't see a category for that. -- tromey at gcc dot gnu dot org changed:

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.4.5

2010-02-11 Thread tromey at gcc dot gnu dot org
--- Comment #17 from tromey at gcc dot gnu dot org 2010-02-11 20:18 --- It would be really great if someone would update the sourceware.org bugzilla at the same time, so we could run a single version on the machine. -- tromey at gcc dot gnu dot org changed: What

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.4.5

2010-02-11 Thread tromey at gcc dot gnu dot org
--- Comment #22 from tromey at gcc dot gnu dot org 2010-02-11 21:05 --- Yes, I think we should not merge the databases. All I meant was that we should have a single version of the code running. And, when upgrading, upgrade both instances at the same time. -- http://gcc.gnu.org

[Bug debug/37237] Debug information for virtual destructors omits DW_AT_vtable_elem_location

2010-02-23 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2010-02-23 16:55 --- It seems to me that, by analogy with constructors, we would want debuginfo for all the destructors, so that "break X::~X" would put breakpoints in all the clones. Then we would need additional info

[Bug other/43295] zlib: two C++ member functions could be marked const

2010-03-08 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2010-03-08 21:02 --- zlib is not maintained as part of gcc -- it is just imported into the tree for convenience. As such we minimize the changes we make to zlib. A change like this one should be reported to the real zlib maintainers

[Bug java/43369] gcjh's CNI text options don't work

2010-03-17 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2010-03-17 21:46 --- I tried it and it works fine with svn head. Make sure to rm a.h before trying with different flags. Or, use -force. -- tromey at gcc dot gnu dot org changed: What|Removed

[Bug preprocessor/7263] __extension__ keyword doesn't suppress warning on LL or ULL constants

2010-03-22 Thread tromey at gcc dot gnu dot org
--- Comment #19 from tromey at gcc dot gnu dot org 2010-03-22 18:21 --- Created an attachment (id=20163) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20163&action=view) undebugged patch to track macro expansion locations I wanted to record my unfinished patch to trac

[Bug preprocessor/7263] __extension__ keyword doesn't suppress warning on LL or ULL constants

2010-03-23 Thread tromey at gcc dot gnu dot org
--- Comment #21 from tromey at gcc dot gnu dot org 2010-03-23 15:19 --- > What is missing from this patch? Is it only the macro location tracked or the > parameter expanded within the macro? The biggest problem with the patch is that I didn't finish debugging it

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

2010-03-23 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2010-03-23 16:11 --- In the case where the default value is an expression, would it be possible to just emit the expression as a string? I believe that would be sufficient for gdb's purposes. -- http://gcc.gnu.org/bug

[Bug c++/43912] New: lambda debug info does not describe captured variables

2010-04-27 Thread tromey at gcc dot gnu dot org
Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ 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=43912

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