This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/21412] ICE loading TLS address
- From: "ebotcazou 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 May 2005 14:29:49 -0000
- Subject: [Bug target/21412] ICE loading TLS address
- References: <20050506080145.21412.rth@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-10 14:29 -------
SPARC 32-bit:
opt-9.c: In function 'foo':
opt-9.c:7: error: unrecognizable insn:
(insn 8 6 9 1 (set (reg/f:SI 109)
(high:SI (const:SI (plus:SI (symbol_ref:SI ("s") [flags 0x58]
<var_declff08d1d0 s>)
(const_int 8 [0x8]))))) -1 (nil)
(nil))
opt-9.c:7: internal compiler error: in extract_insn, at recog.c:2020
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
SPARC 64-bit:
opt-9.c: In function 'foo':
opt-9.c:7: error: unrecognizable insn:
(insn 8 6 9 1 (set (reg:DI 109)
(high:DI (unspec:DI [
(const:DI (plus:DI (symbol_ref:DI ("s") [flags 0x58]
<var_decl ff089d88 s>)
(const_int 8 [0x8])))
] 9))) -1 (nil)
(nil))
opt-9.c:7: internal compiler error: in extract_insn, at recog.c:2020
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |ebotcazou at gcc dot gnu dot
| |org
GCC target triplet|ia64-*-* |ia64-*-*, sparc*-*-*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21412