To: djgpp AT delorie DOT com Subject: Re: Strange Assembler errors on compile References: <20vhsa8nhq DOT fsf AT Sky DOT inp DOT nsk DOT su> From: M DOT A DOT Bukin AT inp DOT nsk DOT su Date: 16 Apr 1998 10:28:07 +0700 In-Reply-To: bukinm@inp.nsk.su's message of "16 Apr 1998 10:16:33 +0700" Message-ID: <20sone8myg.fsf@Sky.inp.nsk.su> Lines: 12 Precedence: bulk elizabeth anne dominy writes: > It compiles absolutely perfectly when I have no optimizations on, > but as soon as I compile with -O at any level it produces errors > of the form, Probably, `-save-temps' option of gcc is supported under DJGPP, so you can compile your file.c as usually adding only this option to command-line and when it says that there are problems with assembler, you can look at file.s and see what's wrong there. info.exe gcc invoking debug