Package: gcc-4.0
Version: 4.0.1-3
Tags: patch
Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions
--- libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c.orig
2005-08-02 00:35:30.062697655 -0600
+++ libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c 2005-08-02
00:35:31.721877322 -0600
@@ -46,6 +46,7 @@
GdkPoint *
translate_points (JNIEnv *env, jintArray xpoints, jintArray ypoints,
jint npoints, jint x_offset, jint y_offset);
+GdkPixmap *gnu_java_awt_peer_gtk_GtkImage_getPixmap(JNIEnv *env, jobject obj);
static void realize_cb (GtkWidget *widget, jobject peer);
JNIEXPORT void JNICALL
--- Begin Message ---
Function `gnu_java_awt_peer_gtk_GtkImage_getPixmap' implicitly converted to
pointer at
../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c:106
--- End Message ---