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
--
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
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
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_
4 matches
Mail list logo