diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2008-03-11 20:18:48 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2008-03-11 20:18:48 +0100 |
commit | 40cca4f97caa0a29b71ec335f1d29daf484f73de (patch) | |
tree | 6f5396810b36be83ddd678480f6e59437b6271ba /gcc/tree-vectorizer.c | |
parent | ec6237e4403c864d94378d7c6bd96a01ff2bc06e (diff) | |
download | gcc-40cca4f97caa0a29b71ec335f1d29daf484f73de.zip gcc-40cca4f97caa0a29b71ec335f1d29daf484f73de.tar.gz gcc-40cca4f97caa0a29b71ec335f1d29daf484f73de.tar.bz2 |
re PR target/35540 (Segmentation fault with __builtin_parity() and -O1)
PR target/35540
* config/i386/i386.md (paritysi2, paritydi2): Use register_operand
constraint for operand 1.
(paritysi2_cmp): Use register_operand constraint for operand 2.
Use earlyclobber modifier for operand 1. Remove support for
memory operands.
(paritydi2_cmp): Use register_operand constraint for operand 3.
Use earlyclobber modifier for operand 1. Remove support for
memory operands.
testsuite/ChangeLog:
PR target/35540
* gcc.target/i386/pr35540.c: New test.
From-SVN: r133118
Diffstat (limited to 'gcc/tree-vectorizer.c')
0 files changed, 0 insertions, 0 deletions