X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <46E0DF4B.9010908@iki.fi> Date: Fri, 07 Sep 2007 08:19:07 +0300 From: Andris Pavenis User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: GCC 4.2.1 -S -masm=intel option failed References: <1189112049 DOT 703187 DOT 65890 AT w3g2000hsg DOT googlegroups DOT com> In-Reply-To: <1189112049.703187.65890@w3g2000hsg.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X--MailScanner-Information: Please contact the ISP for more information X--MailScanner: Found to be clean X--MailScanner-From: andris DOT pavenis AT iki DOT fi X-Spam-Status: No Reply-To: djgpp AT delorie DOT com RayeR wrote: > I tried to export asm source during compiling and wanted to get intel > sintax but got this: > > gdtdum.c: In function 'setup_ring0_callgate': > gdtdum.c:93: internal compiler error: in print_operand, at config/i386/ > i386.c:79 > 62 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. It means that GCC crashed. It would be good to report a bug. Instructions are at URL above > > If I comment entire function setup_ring0_callgate content still same > bug. If I use -S only, source is generated well. > Additionally is it possible to reproduce the same problem under Linux? If Yes, then it should be mentioned in bug report, as much more GCC developers are using Linux rather than DJGPP.