Message-ID: <334BC395.4DC9@pobox.oleane.com> Date: Wed, 09 Apr 1997 17:28:05 +0100 From: Francois Charton Organization: CCMSA MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: optimisation dumps in djgpp: howto? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, GCC has options (-d) which enable one to dump the RTL code it produces at different stages of optimisation. This is very handy for understanding how optimisation works, and which switches to use. Unfortunately, I could not make them work with djgpp: such switches produce files with names like myprog.c.something and DOS will not accept them. Is there a way to workaround this? Many thanks in advance, Francois