$ diff cpuid.old cpuid.c
124c124,125
<         break;
---
>         if (model == 9) { CPUIS(k102);break;}
>           break;

Otherwise tests pass with only the following warnings when doing make check:

memory.c: In function 'tests_reallocate':
memory.c:111: warning: format '%u' expects type 'unsigned int', but
argument 2 has type 'size_t'
memory.c:111: warning: format '%u' expects type 'unsigned int', but
argument 3 has type 'size_t'
memory.c: In function 'tests_free':
memory.c:153: warning: format '%u' expects type 'unsigned int', but
argument 2 has type 'size_t'
memory.c:153: warning: format '%u' expects type 'unsigned int', but
argument 3 has type 'size_t'

....

t-constants.c: In function âmainâ:
t-constants.c:213: warning: format â%dâ expects type âintâ, but
argument 5 has type âlong unsigned intâ

I have my Windows 7 machine back. So just trying Cygwin, as soon as it
finishes installing.

Bill.




On 18 November 2010 20:17, Jeff Gilchrist <jeff.gilchr...@gmail.com> wrote:
> Some rc2 tests.  Here are the ones that passed:
>
> 1. Intel Xeon X5550 running Linux 64bit
> ./config.guess = nehalem-unknown-linux-gnu
> ICC v11.0 with --enable-cxx = All tests passed
> ICC v11.0 with --enable-cxx --enable-assert --enable-fat = All tests passed
> GCC v4.1.2 with --enable-cxx = All tests passed
> GCC v4.1.2 with --enable-cxx --enable-assert --enable-fat = All tests passed
>
> 2. Intel Xeon E5405 running Linux 64bit
> ./config.guess = penryn-unknown-linux-gnu
> ICC v11.0 with --enable-cxx = All tests passed
> ICC v11.0 with --enable-cxx --enable-assert --enable-fat = All tests passed
> GCC v4.1.2 with --enable-cxx = All tests passed
> GCC v4.1.2 with --enable-cxx --enable-assert --enable-fat = All tests passed
>
> 3. AMD Opteron 248 running Linux 64bit
> ./config.guess = k8-unknown-linux-gnu
> GCC 3.4.6 with --enable-cxx = All tests passed
>
> 4. Intel Core2 running cygwin32 (older version of cygwin)
> ./config.guess = core2-pc-cygwin
> GCC 3.4.4  with --enable-cxx = All tests passed
>
> 5. Intel Core2 running Windows Vista 32bit
> MS Visual Studio 2008 Express (pentium4 32bit project) = All tests passed
>
>
> Here is the one that failed:
>
> 1. AMD Opteron 248 running Linux 64bit
> ./config.guess = k8-unknown-linux-gnu
> GCC 3.4.6 with --enable-cxx --enable-assert --enable-fat = FAIL
> /usr/bin/ld: mpn/.libs/fat_entry.o: relocation R_X86_64_32S against
> `_GLOBAL_OFFSET_TABLE_' can not be used when making a shared object;
> recompile with -fPIC
> mpn/.libs/fat_entry.o: could not read symbols: Bad value
> collect2: ld returned 1 exit status
> make[2]: *** [libmpir.la] Error 1
>
> --
> You received this message because you are subscribed to the Google Groups 
> "mpir-devel" group.
> To post to this group, send email to mpir-de...@googlegroups.com.
> To unsubscribe from this group, send email to 
> mpir-devel+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/mpir-devel?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to