Message-Id: <200008061832.OAA02548@delorie.com> Date: Sun, 06 Aug 2000 21:35:51 +0200 To: jasonp AT z DOT glue DOT umd DOT edu X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <8mk5j8$493$1@hecate.umd.edu> (message from Jason Stratos Papadopoulos on 6 Aug 2000 17:00:24 GMT) Subject: Re: what does this assembler error mean? References: <8mk5j8$493$1 AT hecate DOT umd DOT edu> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Jason Stratos Papadopoulos > Newsgroups: comp.os.msdos.djgpp > Date: 6 Aug 2000 17:00:24 GMT > > helper.c: In function `trace_putc': > helper.c:47: Invalid `asm' statement: > helper.c:47: fixed or forbidden register 0 (ax) was spilled for class AREG See section 8.17 of the DJGPP FAQ list. The reason for these messages is that GCC has become more picky about invalid inline assembly code.