[Bug target/15822] [3.5 Regression] Several alpha testsuite regressions: gcc.c-torture/execute/ieee/fp-cmp-[458].c

Paolo Bonzini bonzini@gnu.org
Fri Jun 4 21:52:00 GMT 2004


> but adding -mieee lets it pass.  So I suppose that those tests should go
> into gcc.c-torture/execute/ieee instead of just gcc.c-torture/execute.

"The resulting code is less efficient but is able to correctly support 
denormalized numbers and exceptional IEEE values such as not-a-number 
and plus/minus infinity."  (from gcc.info).

This is definitely the case, I'm committing the patch to move these tests.

Paolo

2004-06-04  Paolo Bonzini  <bonzini@gnu.org>

         PR target/15822
         * gcc.c-torture/execute/compare-fp-1.c,
         gcc.c-torture/execute/compare-fp-2.c,
         gcc.c-torture/execute/compare-fp-3.c,
         gcc.c-torture/execute/compare-fp-4.c,
         gcc.c-torture/execute/compare-fp-3.x,
         gcc.c-torture/execute/compare-fp-4.x: Moved...
         * gcc.c-torture/execute/ieee/compare-fp-1.c,
         gcc.c-torture/execute/ieee/compare-fp-2.c,
         gcc.c-torture/execute/ieee/compare-fp-3.c,
         gcc.c-torture/execute/ieee/compare-fp-4.c,
         gcc.c-torture/execute/ieee/compare-fp-3.x,
         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.



More information about the Gcc-patches mailing list