public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/48900] New: unnecessary duplicate __tls_get_addr calls
@ 2011-05-06  0:39 amodra at gmail dot com
  2011-05-06  0:52 ` [Bug target/48900] " amodra at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: amodra at gmail dot com @ 2011-05-06  0:39 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: unnecessary duplicate __tls_get_addr calls
           Product: gcc
           Version: 4.5.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amodra@gmail.com


This testcase when compiled with -fPIC generates two calls to __tls_get_addr.
extern __thread int i;
void foo (void) { i++; }

The regression was introduced with the fix for PR44266


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-06 15:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-06  0:39 [Bug target/48900] New: unnecessary duplicate __tls_get_addr calls amodra at gmail dot com
2011-05-06  0:52 ` [Bug target/48900] " amodra at gmail dot com
2011-05-06 14:24 ` amodra at gcc dot gnu.org
2011-05-06 14:33 ` amodra at gcc dot gnu.org
2011-05-06 14:38 ` amodra at gcc dot gnu.org
2011-05-06 15:01 ` amodra at gcc dot gnu.org
2011-05-06 15:02 ` amodra at gmail dot com

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).