discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C#/.NET, gcc, windows & __builtin_return problem


From: Lloyd Dupont
Subject: Re: C#/.NET, gcc, windows & __builtin_return problem
Date: Fri, 17 Jun 2005 17:09:07 +1000

BTW, I'm using this gcc:
Reading specs from C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host=
mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable
-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --e
nable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-ja
va-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchroniz
ation --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.2 (mingw-special)
 
 
----- Original Message -----
Sent: Friday, June 17, 2005 4:47 PM
Subject: C#/.NET, gcc, windows & __builtin_return problem

I need to 'forward function call' for a language binding I'm writting (ObjectiveC-.NET)
I have a problem with _builtin_return which is reproduced in the simple attached sample.
 
While it works well with integeter, char, type of register size or less, I have problem with bigger values, such as float, double, struct.....
 
anyone could shed some light?
 


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

reply via email to

[Prev in Thread] Current Thread [Next in Thread]