This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/50691] Incorrect argument evaluation in call with __thread argument
- From: "danglin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 29 Oct 2011 15:57:04 +0000
- Subject: [Bug target/50691] Incorrect argument evaluation in call with __thread argument
- Auto-submitted: auto-generated
- References: <bug-50691-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50691
--- Comment #6 from John David Anglin <danglin at gcc dot gnu.org> 2011-10-29 15:57:04 UTC ---
Author: danglin
Date: Sat Oct 29 15:57:00 2011
New Revision: 180655
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180655
Log:
PR target/50691
config/pa/pa.c (emit_move_sequence): Legitimize TLS symbol references.
(pa_legitimate_constant_p): Return false for TLS_MODEL_GLOBAL_DYNAMIC
and TLS_MODEL_LOCAL_DYNAMIC symbol references.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/pa/pa.c