public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/42564] unrecognizable insn with -O -fPIC
Date: Tue, 05 Jan 2010 22:29:00 -0000	[thread overview]
Message-ID: <20100105222933.1538.qmail@sourceware.org> (raw)
In-Reply-To: <bug-42564-5724@http.gcc.gnu.org/bugzilla/>



------- Comment #9 from ebotcazou at gcc dot gnu dot org  2010-01-05 22:29 -------
Subject: Bug 42564

Author: ebotcazou
Date: Tue Jan  5 22:29:18 2010
New Revision: 155662

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155662
Log:
        PR target/42564
        * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
        * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
        (legitimize_tls_address): Likewise.
        (sparc_tls_referenced_p): Likewise.
        * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
        and adjust calls to legitimize_pic_address.
        (legitimate_constant_p) Use sparc_tls_referenced_p.
        (legitimate_pic_operand_p): Likewise.
        (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
        (sparc_tls_symbol_ref_1): Delete.
        (sparc_tls_referenced_p): Make static, recognize specific patterns.
        (legitimize_tls_address): Make static, handle CONST patterns.
        (legitimize_pic_address): Make static, remove unused parameter and
        adjust recursive calls.
        (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
        and adjust call to legitimize_pic_address.
        (sparc_output_mi_thunk): Likewise.

Added:
    trunk/gcc/testsuite/gcc.dg/tls/opt-15.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sparc/sparc-protos.h
    trunk/gcc/config/sparc/sparc.c
    trunk/gcc/config/sparc/sparc.h
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42564


  parent reply	other threads:[~2010-01-05 22:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-31 10:20 [Bug target/42564] New: ICE on sparc - unrecognizable insn debian-gcc at lists dot debian dot org
2009-12-31 10:20 ` [Bug target/42564] " debian-gcc at lists dot debian dot org
2009-12-31 17:37 ` ebotcazou at gcc dot gnu dot org
2009-12-31 20:43 ` jakub at gcc dot gnu dot org
2010-01-01 11:06 ` debian-gcc at lists dot debian dot org
2010-01-02 10:42 ` debian-gcc at lists dot debian dot org
2010-01-02 17:33 ` ebotcazou at gcc dot gnu dot org
2010-01-02 22:26 ` [Bug target/42564] unrecognizable insn with -O -fPIC ebotcazou at gcc dot gnu dot org
2010-01-02 23:00 ` ebotcazou at gcc dot gnu dot org
2010-01-05 22:29 ` ebotcazou at gcc dot gnu dot org [this message]
2010-01-05 22:32 ` ebotcazou at gcc dot gnu dot org
2010-01-05 22:34 ` ebotcazou at gcc dot gnu dot org
2010-01-05 22:43 ` ebotcazou at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100105222933.1538.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).