This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11992] [3.3.1/3.4 Regression]Wrong built-in code for memcmp with length 1<<24 only (1<<24)-1 possible for CLCL-Instruction
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Dec 2003 21:54:22 -0000
- Subject: [Bug target/11992] [3.3.1/3.4 Regression]Wrong built-in code for memcmp with length 1<<24 only (1<<24)-1 possible for CLCL-Instruction
- References: <20030820123420.11992.heinrich.brand@fujitsu-siemens.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-12-17 21:54 -------
Subject: Bug 11992
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: uweigand@gcc.gnu.org 2003-12-17 21:54:14
Modified files:
gcc : ChangeLog
gcc/config/s390: s390.md
Log message:
PR target/11992
* config/s390/s390.md ("*cmpmem_long_64"): Use CLCLE instruction
instead of CLCL.
("*cmpmem_long_31"): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.847&r2=1.16114.2.848
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/s390/s390.md.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.41.2.9&r2=1.41.2.10
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11992