[Bug target/69459] [5 Regression] wrong code with -O2 and vector arithmetics @ x86_64
uros at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 29 16:52:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69459
--- Comment #14 from uros at gcc dot gnu.org ---
Author: uros
Date: Fri Jan 29 16:52:15 2016
New Revision: 232988
URL: https://gcc.gnu.org/viewcvs?rev=232988&root=gcc&view=rev
Log:
PR target/69459
* config/i386/constraints.md (C): Only accept constant zero operand.
(BC): New constraint.
* config/i386/sse.md (*mov<mode>_internal): Use BC constraint
instead of C constraint.
* doc/md.texi (Machine Constraints): Update description
of C constraint.
testsuite/ChangeLog:
PR target/69459
* gcc.target/i386/pr69459.c: New test.
Added:
branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr69459.c
Modified:
branches/gcc-5-branch/gcc/ChangeLog
branches/gcc-5-branch/gcc/config/i386/constraints.md
branches/gcc-5-branch/gcc/config/i386/sse.md
branches/gcc-5-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list