This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix execution tests using %ll formats on MinGW


On Tue, 2008-02-26 at 23:18 +0000, Joseph S. Myers wrote:
> gcc.target/i386/mmx-4.c and gcc.target/i386/sse-6.c fail on MinGW
> because of using %llx printf formats that aren't supported there.
> This patch makes those tests use %I64x on MinGW instead.  OK to
> commit?
> 
> 2008-02-26  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* gcc.target/i386/mmx-4.c (dump64_64): Use printf %I64 on MinGW.
> 	* gcc.target/i386/sse-6.c (dump128_64): Likewise.

OK.

Janis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]