This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18447] [4.0 Regression] Variable with the initial-exec tls-model attribute causes spill failure
- 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: 16 Nov 2004 12:17:28 -0000
- Subject: [Bug target/18447] [4.0 Regression] Variable with the initial-exec tls-model attribute causes spill failure
- References: <20041112103412.18447.kkojima@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-16 12:17 -------
Subject: Bug 18447
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: kkojima@gcc.gnu.org 2004-11-16 12:17:01
Modified files:
gcc : ChangeLog
gcc/config/sh : sh.c
Log message:
PR target/18447
* config/sh/sh.c (prepare_move_operands): Emit blockage insns
before and after the insns for getting GOT address in non-PIC
TLS_MODEL_INITIAL_EXEC tls sequence when the first scheduling
is enabled.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6361&r2=2.6362
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.c.diff?cvsroot=gcc&r1=1.311&r2=1.312
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18447