>>>>> Paul Eggert writes: > On 10/24/2017 03:07 AM, Colin Baxter wrote: >> FAILED data-tests-logcount > What are the values of (logcount 9727) and (logcount 9999) on your > platform? They should be 11 and 8, respectively.Are there more > details about this in the file test/src/data-tests.log? > How did you invoke 'configure'? What is the output of 'gcc > --version', and of 'cat /proc/cpuinfo'? ./configure --prefix=/home/redknight/local --with-mailutils gcc-4.7.real (Debian 4.7.2-5) 4.7.2 cat /proc/cpuinfo gives: ======================== processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Pentium(R) 4 CPU 3.20GHz stepping : 3 microcode : 0x5 cpu MHz : 3192.426 cache size : 2048 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl est cid cx16 xtpr bogomips : 6384.85 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Pentium(R) 4 CPU 3.20GHz stepping : 3 microcode : 0x5 cpu MHz : 3192.426 cache size : 2048 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl est cid cx16 xtpr bogomips : 6384.08 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical, 48 bits virtual power management: > Can you run Emacs under GDB and put a breakpoint on the Flogcount > function, and execute the above two Elisp calls while > single-stepping through Flogcount, and also disassemble Flogcount? My gdb output is here: