Date: Thu, 30 May 2002 08:05:23 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com Subject: Re: Patches for building with gcc 3.1 - *scanf() chunk In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 29 May 2002, Richard Dawe wrote: > Please find below a patch for building with gcc 3.1. This converts > _doscan*() to using va_list. This seems to work fine with programs > in the test suite. The patches look okay by inspection, but please be sure to run the Cygnus test suite (from djtst203.zip) before and after the change, and closely scrutinize any differences in the part that tests formatted I/O routines. Changes in math results can also be due to reading/writing numbers by printf and scanf families, so please look at that as well.