[Bug libgcj/32619] -static-libgcj includes entire gnu classpath (30MB executable from 95byte source)

2007-07-05 Thread mtrudel at gmx dot ch
--- Comment #5 from mtrudel at gmx dot ch 2007-07-05 07:03 --- With -Wl,-Map,/tmp/TheLinkMap.txt you get a list of the objects that have been included from libgcj.a. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32619

[Bug libgcj/32619] -static-libgcj includes entire gnu classpath (30MB executable from 95byte source)

2007-07-04 Thread mtrudel at gmx dot ch
--- Comment #3 from mtrudel at gmx dot ch 2007-07-04 06:59 --- This is an old discussion and comes up in the mailinglist regularly. The most promising approach is to explicitly exclude parts of the class library. JNC (http://jnc.mtsystems.ch/) supports excluding the GUI stuff (AWT/Swing

[Bug libgcj/31223] [regression] indirect dispatch not working with static builds

2007-04-28 Thread mtrudel at gmx dot ch
--- Comment #3 from mtrudel at gmx dot ch 2007-04-28 08:12 --- What do you mean with this? What doesn't work? Is this something recent? At least rev 122'233 seemed ok to me... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31223

[Bug java/30591] Cross build fails because native gcj needed to build ecjx

2007-04-25 Thread mtrudel at gmx dot ch
--- Comment #5 from mtrudel at gmx dot ch 2007-04-25 07:17 --- You write it needs a host version of gcj, your host is i686-pc-linux-gnu and configure looks for i686-pc-linux-gnu-gcj? Seems correct to me? What gcj should be searched for? The only problem I'm currently aware

[Bug java/31223] New: [regression] indirect dispatch not working with static builds

2007-03-16 Thread mtrudel at gmx dot ch
Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mtrudel at gmx dot ch GCC target triplet: i686-pc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31223

[Bug java/31223] [regression] indirect dispatch not working with static builds

2007-03-16 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2007-03-16 12:57 --- This also breaks the build when a static built GCJ is taken for the compilation of ecj.jar (because it's compiled with -findirect-dispatch). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31223

[Bug c/31105] New: build broken (trunk rev 122742)

2007-03-09 Thread mtrudel at gmx dot ch
ReportedBy: mtrudel at gmx dot ch GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31105

[Bug boehm-gc/29476] [cygwin] gcc compilation is broken

2007-03-09 Thread mtrudel at gmx dot ch
--- Comment #3 from mtrudel at gmx dot ch 2007-03-09 14:05 --- I close this bug as WONTFIX because there's no active cygwin maintainer for libjava. So, if it's not fixed already, it probably won't be fixed anyway. I just once tested it for fun :-) -- mtrudel at gmx dot ch changed

[Bug c/31105] build broken (trunk rev 122742)

2007-03-09 Thread mtrudel at gmx dot ch
--- Comment #2 from mtrudel at gmx dot ch 2007-03-09 14:12 --- Thanks. But actually I also tried to start a discussion why such compilation errors can happen: This strongly remembers me to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30510 Is it possible that some flags trigger

[Bug bootstrap/30832] [regression] --with-sysroot=foobar wrong handled

2007-02-20 Thread mtrudel at gmx dot ch
--- Comment #8 from mtrudel at gmx dot ch 2007-02-20 10:42 --- Since there seems to be an issue, I would like to reopen this bug but change the summary to: gcc 4.2/4.3: different --with-sysroot handling Although I'm not sure if it actually is a bug, I think it should be attended to. So

[Bug java/30903] New: regeneration of headers is broken/difficult

2007-02-20 Thread mtrudel at gmx dot ch
: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mtrudel at gmx dot ch http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30903

[Bug java/30903] regeneration of headers is broken/difficult

2007-02-20 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2007-02-21 07:59 --- Tom, can you drop me a note when this is done? I then recheck your NetworkInterface re-merge for mingw. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30903

[Bug bootstrap/30832] [regression] --with-sysroot=foobar wrong handled

2007-02-19 Thread mtrudel at gmx dot ch
--- Comment #7 from mtrudel at gmx dot ch 2007-02-19 08:25 --- Well, it makes sense that the kernel-source is also needed. But then again, we have four setups: 1. GCC 4.2, build=linux, host=linux, target=linux 2. GCC 4.2, build=linux, host=mingw, target=linux 3. GCC 4.3, build=linux

[Bug c/30832] New: [regression] --with-sysroot=foobar wrong handled

2007-02-17 Thread mtrudel at gmx dot ch
: [regression] --with-sysroot=foobar wrong handled Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mtrudel at gmx dot ch GCC

[Bug c/30832] [regression] --with-sysroot=foobar wrong handled

2007-02-17 Thread mtrudel at gmx dot ch
--- Comment #2 from mtrudel at gmx dot ch 2007-02-17 11:30 --- No, for these reasons: - It worked for 4.2 - I would agree if I used --with-build-sysroot - It works with a cross host=mingw target=linux - It doesn't work if I copy the missing headers to sysroot -- mtrudel at gmx dot

[Bug c/30832] [regression] --with-sysroot=foobar wrong handled

2007-02-17 Thread mtrudel at gmx dot ch
--- Comment #4 from mtrudel at gmx dot ch 2007-02-17 12:23 --- Update: It works if I copy the kernel-headers into $SYS_ROOT/usr/include instead of $SYS_ROOT/include. However, I really think this should not be required since it worked with gcc 4.2 and everything else is the same. So

[Bug java/30673] New: [jni] Different behaviour than a Sun JRE

2007-02-01 Thread mtrudel at gmx dot ch
: 4.3.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mtrudel at gmx dot ch http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30673

[Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap

2007-01-31 Thread mtrudel at gmx dot ch
--- Comment #20 from mtrudel at gmx dot ch 2007-01-31 16:19 --- In case it helps; I use this configuration on my 32bit Linux box to configure: /usr/local/src/gcc/configure --prefix=/home/Marco/Desktop/gcc --build=`/usr/local/src/gcc/config.guess` --host=i686-pc-linux-gnu --target=i686

[Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap

2007-01-30 Thread mtrudel at gmx dot ch
--- Comment #17 from mtrudel at gmx dot ch 2007-01-30 10:52 --- Has there been any progress with this bug? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30510

[Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap

2007-01-30 Thread mtrudel at gmx dot ch
--- Comment #18 from mtrudel at gmx dot ch 2007-01-30 11:00 --- Sorry, the previous message has been truncated: Has there been any progress with this bug? I can confirm it and I need the mentioned patch to be able to compile the current trunk: - tree bases; + tree bases = NULL_TREE

[Bug libgcj/30638] Dummy bug to test gcj Bugzilla

2007-01-30 Thread mtrudel at gmx dot ch
--- Comment #5 from mtrudel at gmx dot ch 2007-01-30 17:33 --- I do not even understand all German words although it's my mother tongue... So how should I translate it to Italian??? ;-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30638

[Bug java/21695] ICE when building gnu-xml.lo in libjava directory

2007-01-30 Thread mtrudel at gmx dot ch
--- Comment #3 from mtrudel at gmx dot ch 2007-01-30 21:44 --- Yes, mingw worked at least for revision 121232. But the report was for cygwin. Cygwin is broken anyway I think... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21695

[Bug java/30607] gcj -I x -C doesn't include x as source dir search patch

2007-01-27 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2007-01-27 10:12 --- I can confirm that. However, I don't know if it's a bug or just luck that it worked before. I think the correct command would be: gcj -C -Ix x/a.java (no space between -I and x) This way it works and I think (I'm absolutely

[Bug java/30574] compiling JDK 1.4 bytecode with inner classes fails

2007-01-24 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2007-01-24 14:03 --- Created an attachment (id=12947) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12947action=view) The source of the simple class... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30574

[Bug java/30574] New: compiling JDK 1.4 bytecode with inner classes fails

2007-01-24 Thread mtrudel at gmx dot ch
: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mtrudel at gmx dot ch GCC build triplet: all GCC host triplet: all GCC target triplet: all http://gcc.gnu.org

[Bug java/30574] compiling JDK 1.4 bytecode with inner classes fails

2007-01-24 Thread mtrudel at gmx dot ch
--- Comment #2 from mtrudel at gmx dot ch 2007-01-24 14:05 --- Created an attachment (id=12948) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12948action=view) The bytecode from a Sun JDK 1.4. Compiling this with a 4.3 gcj fails... -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug java/28531] [win32] serialisation is broken on mingw (works on linux)

2007-01-20 Thread mtrudel at gmx dot ch
--- Comment #4 from mtrudel at gmx dot ch 2007-01-20 10:13 --- Fixed in 4.3 mainline. The gcj specific serialization was replaced with the classpath serialization (StackWalker or something). Thanks guys... minGW gets better and better :-) -- mtrudel at gmx dot ch changed

[Bug libgcj/29151] [win32] Runtime.exec(String[] cmdarray, String[] envp) - envp doesn't work

2007-01-20 Thread mtrudel at gmx dot ch
--- Comment #4 from mtrudel at gmx dot ch 2007-01-20 10:16 --- I thought this was already closed? Well, Mohan fixed it. It is in the 4.2 branch and in the 4.3 mainline (trunk)... Thank you Mohan! -- mtrudel at gmx dot ch changed: What|Removed

[Bug java/30515] New: mixing source (.java) and bytecode (.class) no longer works with gcj 4.3

2007-01-20 Thread mtrudel at gmx dot ch
: mtrudel at gmx dot ch GCC build triplet: all GCC host triplet: all GCC target triplet: all http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30515

[Bug java/29812] env-klass value is not updated during the native calls

2006-11-13 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2006-11-13 18:48 --- Why do you make a bugreport if there's already a fix for that? Did no one reply to your patch or don't you have copyright assignment? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29812

[Bug java/29772] New: using @sourcelist-file leads to wrong flag creation

2006-11-08 Thread mtrudel at gmx dot ch
: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mtrudel at gmx dot ch GCC build triplet: independent GCC host triplet: independent GCC target triplet: independent http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29772

[Bug java/29772] using @sourcelist-file leads to wrong flag creation

2006-11-08 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2006-11-08 21:54 --- Created an attachment (id=12570) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12570action=view) A sample source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29772

[Bug java/29772] using @sourcelist-file leads to wrong flag creation

2006-11-08 Thread mtrudel at gmx dot ch
--- Comment #2 from mtrudel at gmx dot ch 2006-11-08 21:54 --- Created an attachment (id=12571) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12571action=view) A second sample source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29772

[Bug java/29772] using @sourcelist-file leads to wrong flag creation

2006-11-08 Thread mtrudel at gmx dot ch
--- Comment #3 from mtrudel at gmx dot ch 2006-11-08 21:55 --- Created an attachment (id=12572) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12572action=view) The list for the source files -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29772

[Bug java/29150] [win32] java.library.path broken

2006-10-10 Thread mtrudel at gmx dot ch
--- Comment #2 from mtrudel at gmx dot ch 2006-10-10 21:20 --- Fixed... The path separator was set to : on all platforms instead of ; for windows. -- mtrudel at gmx dot ch changed: What|Removed |Added

[Bug java/29150] New: [win32] java.library.path broken

2006-09-20 Thread mtrudel at gmx dot ch
] java.library.path broken Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mtrudel at gmx dot ch GCC build triplet

[Bug java/29151] New: [win32] Runtime.exec(String[] cmdarray, String[] envp) - envp doesn't work

2006-09-20 Thread mtrudel at gmx dot ch
[] envp) - envp doesn't work Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mtrudel at gmx dot ch

[Bug java/29151] [win32] Runtime.exec(String[] cmdarray, String[] envp) - envp doesn't work

2006-09-20 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2006-09-20 16:32 --- Created an attachment (id=12300) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12300action=view) Program that uses Runtime.exec(...) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29151

[Bug java/29151] [win32] Runtime.exec(String[] cmdarray, String[] envp) - envp doesn't work

2006-09-20 Thread mtrudel at gmx dot ch
--- Comment #2 from mtrudel at gmx dot ch 2006-09-20 16:33 --- Created an attachment (id=12301) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12301action=view) Program that gets called by Runtime.exec(...) and doesn't have the environment set -- http://gcc.gnu.org/bugzilla

[Bug java/29150] [win32] java.library.path broken

2006-09-20 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2006-09-20 16:49 --- Tom commented this on the mailing list. Might be useful: Offhand I would expect this to work ok. You might verify that USE_LTDL is set on Windows; see the two definitions of _Jv_SetDLLSearchPath in natSystemProperties.cc

[Bug java/28531] New: [win32] serialisation is broken on mingw (works on linux)

2006-07-29 Thread mtrudel at gmx dot ch
on mingw (works on linux) Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mtrudel at gmx dot ch GCC

[Bug java/28531] [win32] serialisation is broken on mingw (works on linux)

2006-07-29 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2006-07-29 13:38 --- Created an attachment (id=11965) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11965action=view) Simple serialisation test A simple serialisation program to reproduce the bug. -- http://gcc.gnu.org/bugzilla