980619-1.c is failing with gcc-2.95, but not egcs-1.1.2 due to the extended precision issues on the x86. gcc-2.95 is holding a value in a reg rather than flushing it to the stack. As a result it takes many more iterations before the program converges on a final answer. I'm going to remove 980619-1.c from the failure list for x86 targets. jeff