Re: [patch testsuite]: Adjust some tests for mingw targets

2012-03-01 Thread Rainer Orth
Kai Tietz writes: >>> 2012-03-01  Kai Tietz   >>> >>>       * gcc.dg/torture/pr47917.c: Make test using POSIX-printf >>>       routines on mingw targets. >>>       * gcc.dg/vect/pr46126.c (size_t): Add support for >> >> Please update for the uintptr_t change. Would you please fix up the ChangeLo

Re: [patch testsuite]: Adjust some tests for mingw targets

2012-03-01 Thread Kai Tietz
2012/3/1 Rainer Orth : > Kai Tietz writes: > >> So updated patch (sorry the gmail-mailer breaks lines up here, and I >> can't configure it for not doing so.  So I attached patch, too). > > Ok.  In the future, please indicate on which platforms and how you > tested the patch.  mingw and x86_64-linu

Re: [patch testsuite]: Adjust some tests for mingw targets

2012-03-01 Thread Rainer Orth
Kai Tietz writes: > So updated patch (sorry the gmail-mailer breaks lines up here, and I > can't configure it for not doing so. So I attached patch, too). Ok. In the future, please indicate on which platforms and how you tested the patch. mingw and x86_64-linux, I assume? > 2012-03-01 Kai T

Re: [patch testsuite]: Adjust some tests for mingw targets

2012-03-01 Thread Kai Tietz
So updated patch (sorry the gmail-mailer breaks lines up here, and I can't configure it for not doing so. So I attached patch, too). 2012-03-01 Kai Tietz * gcc.dg/torture/pr47917.c: Make test using POSIX-printf routines on mingw targets. * gcc.dg/vect/pr46126.c (size_t

Re: [patch testsuite]: Adjust some tests for mingw targets

2012-03-01 Thread Rainer Orth
Kai Tietz writes: >>> Index: gcc.dg/vect/pr46126.c >>> === >>> --- gcc.dg/vect/pr46126.c     (revision 184657) >>> +++ gcc.dg/vect/pr46126.c     (working copy) >>> @@ -1,5 +1,7 @@ >>>  /* { dg-do compile } */ >>> >>> +__extension__ t

Re: [patch testsuite]: Adjust some tests for mingw targets

2012-03-01 Thread Kai Tietz
2012/3/1 Rainer Orth : > Kai Tietz writes: > >> this test adjust some test for mingw targets. > > would you please fix you mailer not to break long lines?  It makes > reviewing harder. > >> Index: gcc.dg/vect/pr46126.c >> === >> --- g

Re: [patch testsuite]: Adjust some tests for mingw targets

2012-03-01 Thread Rainer Orth
Kai Tietz writes: > this test adjust some test for mingw targets. would you please fix you mailer not to break long lines? It makes reviewing harder. > Index: gcc.dg/vect/pr46126.c > === > --- gcc.dg/vect/pr46126.c (revision 1

[patch testsuite]: Adjust some tests for mingw targets

2012-03-01 Thread Kai Tietz
Hi, this test adjust some test for mingw targets. ChangeLog 2012-03-01 Kai Tietz * gcc.dg/torture/pr47917.c: Make test using POSIX-printf routines on mingw targets. * gcc.dg/vect/pr46126.c (size_t): Add support for LLP64 target. * gcc.dg/format/dfp-sca