X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: GCC 4.2.1 -S -masm=intel option failed Date: Thu, 06 Sep 2007 13:54:09 -0700 Organization: http://groups.google.com Lines: 14 Message-ID: <1189112049.703187.65890@w3g2000hsg.googlegroups.com> NNTP-Posting-Host: 89.176.103.156 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" X-Trace: posting.google.com 1189112049 2612 127.0.0.1 (6 Sep 2007 20:54:09 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 6 Sep 2007 20:54:09 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: w3g2000hsg.googlegroups.com; posting-host=89.176.103.156; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. If I comment entire function setup_ring0_callgate content still same bug. If I use -S only, source is generated well.