Bug#217541: fficonfig.h bogus on x86

2003-10-26 Thread Andreas Rottmann
Matthias Klose <[EMAIL PROTECTED]> writes: > Please could you submit this as an upstream report at > http://gcc.gnu.org/bugzilla/enter_bug.cgi and then give the upstream > PR number here on the Debian report? > Done, bug can be viewed at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12782. Andy --

Bug#217541: fficonfig.h bogus on x86

2003-10-26 Thread Matthias Klose
Please could you submit this as an upstream report at http://gcc.gnu.org/bugzilla/enter_bug.cgi and then give the upstream PR number here on the Debian report? Andreas Rottmann writes: > Andreas Rottmann <[EMAIL PROTECTED]> writes: > > > As you can easily see, the two pointers refer to the same o

Bug#217541: fficonfig.h bogus on x86

2003-10-25 Thread Andreas Rottmann
Andreas Rottmann <[EMAIL PROTECTED]> writes: > As you can easily see, the two pointers refer to the same object, which > means fficonfig.h #defines ffi_type_ulong to ffi_type_uint64, which is > plain wrong on a 32bit platform. > s/fficonfig.h/ffi.h/ The way ffi.h #defines the ffi_type_XX equival

Bug#217541: fficonfig.h bogus on x86

2003-10-25 Thread Andreas Rottmann
Package: libffi2-dev Version: 1:3.3.2-1 Severity: important Running this little test program on my Athlon (no, not an Athlon64 ;-)): #include #include int main () { printf ("&ffi_type_ulong: %p &ffi_type_uint64: %p\n", &ffi_type_ulong, &ffi_type_uint64); } results in: &ffi_type_