This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/13779] [3.4 only] powerpc64: incorrect initialization of 'long long' with constant
- 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: 10 Feb 2004 01:28:18 -0000
- Subject: [Bug middle-end/13779] [3.4 only] powerpc64: incorrect initialization of 'long long' with constant
- References: <20040120194937.13779.fjahanian@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-02-10 01:28 -------
Subject: Bug 13779
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_4-branch
Changes by: fjahanian@gcc.gnu.org 2004-02-10 01:28:11
Modified files:
gcc : ChangeLog expr.c
Added files:
gcc/testsuite/gcc.dg: darwin-longlong.c
Log message:
Fix for PR 13779
2004-02-09 Fariborz Jahanian <fjahanian@apple.com>
* expr.c (emit_group_load): split constant
correctly into register components of PARALLEL insn.
OKed by Roger Sayle.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.169&r2=2.2326.2.170
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.615.4.1&r2=1.615.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/darwin-longlong.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.2.2.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13779