From: "Nick Kurshev" To: "djgpp AT delorie DOT com" Date: Sat, 10 Jun 2000 14:29:36 +0000 (:) X-Mailer: (емо - версия) PMMail 2.00.1500 for OS/2 Warp 4.05 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Subject: gcc-2.95.2 for DOS is not capable Message-Id: Reply-To: djgpp AT delorie DOT com Hello! I have downloaded gcc-2.95.2 for dos from: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gcc2952b.zip I try to recompile my project with function declaration as: #define __FASTCALL__ __attribute__ (( __regparm__(3) , __stdcall__ )) extern void __FASTCALL my_func(int a); But I found, that DOS version of gcc is ignores __regparm__ argument! Btw, if recompile source with -mregparm=3 from comand line then everything o'k! Also, I found that gcc does not understand -march=pentium -mcpu=pentium arguments. Any suggestions! Best regards! Nick