[Bug java/32706] New: gcj -M's dependency list is empty

2007-07-09 Thread cagney at redhat dot com
nedTo: unassigned at gcc dot gnu dot org ReportedBy: cagney at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32706

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

2007-06-11 Thread cagney at redhat dot com
--- Comment #6 from cagney at redhat dot com 2007-06-11 21:48 --- That is something for _java_ developers to decide. -- cagney at redhat dot com changed: What|Removed |Added

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

2007-06-11 Thread cagney at redhat dot com
--- Comment #4 from cagney at redhat dot com 2007-06-11 21:44 --- This is a bug in the GCJ command line parser option parser, not in ECJ. -- cagney at redhat dot com changed: What|Removed |Added

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

2007-06-11 Thread cagney at redhat dot com
--- Comment #2 from cagney at redhat dot com 2007-06-11 21:38 --- This bug is refering to the command line options parser and how it maps GCC style options onto ECJ options. -- cagney at redhat dot com changed: What|Removed |Added

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

2007-06-07 Thread cagney at redhat dot com
: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cagney at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32247

[Bug java/27985] gcj fails dependant on compiler order

2006-06-10 Thread cagney at redhat dot com
--- Comment #1 from cagney at redhat dot com 2006-06-10 18:53 --- Created an attachment (id=11649) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11649&action=view) source code for compile -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27985

[Bug java/27985] New: gcj fails dependant on compiler order

2006-06-10 Thread cagney at redhat dot com
Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cagney at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27985

[Bug java/27400] New: switch indexed by class crashes compiler

2006-05-02 Thread cagney at redhat dot com
nent: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cagney at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27400

[Bug java/27399] New: GCJ permits indexing by final object

2006-05-02 Thread cagney at redhat dot com
nent: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cagney at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27399

[Bug java/26095] New: variable access directed to class of different scope

2006-02-03 Thread cagney at redhat dot com
Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cagney at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26095

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

2006-01-09 Thread cagney at redhat dot com
--- Comment #24 from cagney at redhat dot com 2006-01-09 18:21 --- (In reply to comment #20) > but it doesn't seem like a good idea in general. This LD_PRELOAD hack seems > to > make every child of /usr/bin/java load libgcj.so.7 and so potentially breaks > all