X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Tue, 3 Aug 1999 11:19:48 +0300 (WET) From: Andris Pavenis To: Eli Zaretskii cc: djgpp-workers AT delorie DOT com Subject: Re: sscanf() format %p seems to be broken In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 3 Aug 1999, Eli Zaretskii wrote: > > On Tue, 3 Aug 1999, Andris Pavenis wrote: > > > Thanks. Now test is Ok. However I don't think it's so bad I have to > > rebuild gcc-2.95 for DJGPP unless there will be another reason. > > How are the results of that test used by the build process? > We'll grepped sources of gcc-2.95 for HAVE_PRINTF_PTR. It's only used in one file and if %p is broken corresponding hex format code is used instead (depending on the size of pointer). So there is no real harm from broken %p this time. Andris PS. So only remaining thing I want to do is to get script for building cross-compiler under Linux Ok (from the same sources archive). Unfortunatelly I dont currently have possibilities to test on a different system