This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15084] -O/-O2 generate wrong code on structure modification
- 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: 7 May 2004 15:39:42 -0000
- Subject: [Bug target/15084] -O/-O2 generate wrong code on structure modification
- References: <20040422235109.15084.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-05-07 15:39 -------
Subject: Bug 15084
CVSROOT: /cvs/gcc
Module name: gcc
Branch: hammer-3_3-branch
Changes by: matz@gcc.gnu.org 2004-05-07 15:39:33
Modified files:
gcc/config/i386: i386.md
Log message:
http://bugzilla.suse.de/39378
2004-04-28 H.J. Lu <hongjiu.lu@intel.com>
PR target/15084
* config/i386/i386.md (*movsi_insv_1_rex64): Changed to DImode
and renamed to movdi_insv_1_rex64.
(insv): Support SImode for 32bit and DImode for 64bit.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.401.2.47&r2=1.401.2.48
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15084