]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorRoger Sayle <sayle@gcc.gnu.org>
Sat, 9 Oct 2004 19:27:55 +0000 (19:27 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 9 Oct 2004 19:27:55 +0000 (19:27 +0000)
commitfc7ca5fd397370a7c606e631b399e43b22397ef9
tree96aa90127b4a4b4bb4eebac21fbf671df91a35bb
parent35ed0a936a8269de89d1bc62ff63fb725a919b16
[multiple changes]

2004-10-09  Roger Sayle  <roger@eyesopen.com>

PR rtl-optimization/17853
* simplify-rtx.c (simplify_relational_operation): Correct comment.
Reorganize handling of comparison operations with floating point
results (always return 0.0 even without FLOAT_STORE_FLAG_VALUE).
Likewise, introduce support for comparison operations with vector
result types, introducing a new VECTOR_STORE_FLAG_VALUE target macro.

* doc/rtl.texi: Document new VECTOR_STORE_FLAG_VALUE target macro.
* doc/tm.texi: Likewise.

2004-10-09  Stuart Hastings  <stuart@apple.com>
    Roger Sayle  <roger@eyesopen.com>

PR rtl-optimization/17853
* gcc.dg/i386-mmx-5.c: New testcase.

From-SVN: r88826
gcc/ChangeLog
gcc/doc/rtl.texi
gcc/doc/tm.texi
gcc/simplify-rtx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-mmx-5.c [new file with mode: 0644]