--- Additional Comments From andreast at gcc dot gnu dot org 2005-02-22
20:07 ---
I'll add a tc in libffi soon. It is ready here but I have a bunch of other tests
I'll submit when I finished my other libffi stuff.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20104
--- Additional Comments From aph at gcc dot gnu dot org 2005-02-22 16:04
---
Forget that, second arg is a long. My mistake.
The compiled code is OK.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20104
--- Additional Comments From overholt at redhat dot com 2005-02-22 15:25
---
(In reply to comment #5)
> Ok, so the file was generated by ecj, but was ecj precompiled or interpreted?
>
ecj was running interpreted at the time
> What VM was ecj running on?
gij
> Does ecj generate th
--- Additional Comments From aph at gcc dot gnu dot org 2005-02-22 15:23
---
Ok, so the file was generated by ecj, but was ecj precompiled or interpreted?
What VM was ecj running on?
Does ecj generate this same bogus file for
org.eclipse.jdt.internal.compiler.impl.CompilerOptions whe
--- Additional Comments From overholt at redhat dot com 2005-02-22 15:09
---
(In reply to comment #3)
> 1. Why was aload_3 generated? Which compiler genrated it?
> overholt, please let me know how this jar file was generated.
This jar file was generated by ecj.
--
http://gcc.g
--- Additional Comments From aph at gcc dot gnu dot org 2005-02-22 15:05
---
The failure is here:
package org.eclipse.jdt.internal.compiler.impl;
public class CompilerOptions ...
{
void updateSeverity(long irritant, Object severityString) {
if (ERROR.equals(sever
--
What|Removed |Added
CC||tromey at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20104
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-20
15:15 ---
(In reply to comment #0)
> gdb doesn't work for me in this case (via its CVS head or via the Fedora
> rawhide
> RPMs). I'll post the output of strace as an attachment
The reason for gdb failing is most li
--- Additional Comments From overholt at redhat dot com 2005-02-20 15:11
---
Created an attachment (id=8239)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8239&action=view)
output of strace gij org.eclipse.jdt.internal.compiler.batch.Main
HelloWorld.java
Stripped-down strace outpu