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

2005-03-07 Thread bojan at antonovic dot com
class and output file specified Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bojan at antonovic dot com

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

2005-03-07 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2005-03-07 17:06 --- Created an attachment (id=8351) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8351action=view) source code in tbz. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20362

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

2005-03-07 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2005-03-07 17:11 --- Bug 18212 can be splitted, and be seen as duplicate, of bugs 20351 and 20362. I mark it as duplicate of bug 20362. (If patches for 20362 and 20351 fail for 18212, it can be reopened). *** This bug has been

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

2005-03-07 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2005-03-07 17:11 --- *** Bug 18212 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20362

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

2005-03-07 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2005-03-07 19:21 --- Compiling the .java files directly works: working: gcj -o bugtest --main=BugTest *.java */*.java gcj --main=BugTest *.java */*.java */*/*.java Compiling the code by gcj -C first instead with javac makes

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

2005-03-06 Thread bojan at antonovic dot com
Severity: critical Priority: P1 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bojan at antonovic dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla

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

2005-03-06 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2005-03-06 22:43 --- Created an attachment (id=8346) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8346action=view) jar with class A1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20351

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

2005-03-06 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2005-03-06 22:44 --- Created an attachment (id=8347) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8347action=view) jar with class A2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20351

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

2005-03-06 Thread bojan at antonovic dot com
-- What|Removed |Added OtherBugsDependingO||18212 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20351

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

2005-03-06 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2005-03-07 00:59 --- The part of the bug that produces the ICE (bus error) can be reproduced by extracting and compiling all classes from a single jar. Unzip all classes from SMOOD.jar by unzip -l SMOOD.jar and then compile

[Bug java/18585] New: uniform passing of the classpath parameter

2004-11-20 Thread bojan at antonovic dot com
Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bojan at antonovic dot com 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=18585

[Bug java/18585] uniform passing of the classpath parameter

2004-11-20 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2004-11-21 01:16 --- Subject: Re: uniform passing of the classpath parameter pinskia at gcc dot gnu dot org wrote: --- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-21 00:02 --- Confirmed, related

[Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598

2004-11-08 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2004-11-08 16:18 --- Subject: Re: internal compiler error: in size_binop, at fold-const.c:1598 Problems exists still with GCC 3.4.3. for 1) like with GCJ 3.4.2 for 2) very similar /var/tmp//ccl50gLh.s:117:FATAL:Symbol

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

2004-11-08 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2004-11-08 16:29 --- Subject: Re: nativ compilation with multiple jars fails / gives internal compiler error Problems exists still with GCJ 3.4.3. Bojan -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18212

[Bug java/18362] New: internal compiler error: in size_binop, at fold-const.c:1598

2004-11-07 Thread bojan at antonovic dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bojan at antonovic dot com 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=18362

[Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598

2004-11-07 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2004-11-08 00:11 --- Subject: Re: internal compiler error: in size_binop, at fold-const.c:1598 I receive (with GCC 3.4.2, compiled with GCC 3.4.1, on Mac OS 10.3.5): for 1) : com/sun/tools/javac/code/Source.java: In class

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

2004-10-29 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2004-10-29 14:19 --- Subject: Re: nativ compilation with multiple jars fails / gives internal compiler error pinskia at gcc dot gnu dot org wrote: --- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-29 13:08

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

2004-10-28 Thread bojan at antonovic dot com
internal compiler error Product: gcc Version: 3.4.2 Status: UNCONFIRMED Severity: critical Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bojan at antonovic dot com