public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/32765]  New: Testsuite failures due to undefined symbol ___emutls_get_address
@ 2007-07-14 14:17 fxcoudert at gcc dot gnu dot org
  2007-07-15 21:09 ` [Bug target/32765] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-07-14 14:17 UTC (permalink / raw)
  To: gcc-bugs

With mainline sources dated 2007-07-13, libgomp.fortran/pr32550.f90 and
libgomp.fortran/crayptr2.f90 fail to link on i386-darwin due to the following
error:
/usr/bin/ld: Undefined symbols:
___emutls_get_address


-- 
           Summary: Testsuite failures due to undefined symbol
                    ___emutls_get_address
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: openmp
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
 GCC build triplet: i386-apple-darwin8.8.1
  GCC host triplet: i386-apple-darwin8.8.1
GCC target triplet: i386-apple-darwin8.8.1


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


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

* [Bug target/32765] Testsuite failures due to undefined symbol ___emutls_get_address
  2007-07-14 14:17 [Bug testsuite/32765] New: Testsuite failures due to undefined symbol ___emutls_get_address fxcoudert at gcc dot gnu dot org
@ 2007-07-15 21:09 ` pinskia at gcc dot gnu dot org
  2007-07-16  7:45 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-15 21:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-15 21:09 -------
This is more likely a target issue of not including these functions in the
shared version of libgcc.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|testsuite                   |target
           Keywords|                            |link-failure


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


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

* [Bug target/32765] Testsuite failures due to undefined symbol ___emutls_get_address
  2007-07-14 14:17 [Bug testsuite/32765] New: Testsuite failures due to undefined symbol ___emutls_get_address fxcoudert at gcc dot gnu dot org
  2007-07-15 21:09 ` [Bug target/32765] " pinskia at gcc dot gnu dot org
@ 2007-07-16  7:45 ` jakub at gcc dot gnu dot org
  2007-08-15 13:12 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-07-16  7:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2007-07-16 07:45 -------
Or linker trying to link against system libgcc_s rather than the newly built
one.


-- 


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


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

* [Bug target/32765] Testsuite failures due to undefined symbol ___emutls_get_address
  2007-07-14 14:17 [Bug testsuite/32765] New: Testsuite failures due to undefined symbol ___emutls_get_address fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-08-15 13:12 ` fxcoudert at gcc dot gnu dot org
@ 2007-08-15 13:12 ` fxcoudert at gcc dot gnu dot org
  2007-12-17 19:30 ` janis at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-08-15 13:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2007-08-15 13:12 -------
Fixed.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug target/32765] Testsuite failures due to undefined symbol ___emutls_get_address
  2007-07-14 14:17 [Bug testsuite/32765] New: Testsuite failures due to undefined symbol ___emutls_get_address fxcoudert at gcc dot gnu dot org
  2007-07-15 21:09 ` [Bug target/32765] " pinskia at gcc dot gnu dot org
  2007-07-16  7:45 ` jakub at gcc dot gnu dot org
@ 2007-08-15 13:12 ` fxcoudert at gcc dot gnu dot org
  2007-08-15 13:12 ` fxcoudert at gcc dot gnu dot org
  2007-12-17 19:30 ` janis at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-08-15 13:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2007-08-15 13:11 -------
Subject: Bug 32765

Author: fxcoudert
Date: Wed Aug 15 13:11:40 2007
New Revision: 127514

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127514
Log:
        PR target/32765
        * testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
        * testsuite/libgomp.fortran/crayptr2.f90: Likwise.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/libgomp.fortran/crayptr2.f90
    trunk/libgomp/testsuite/libgomp.fortran/pr32550.f90


-- 


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


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

* [Bug target/32765] Testsuite failures due to undefined symbol ___emutls_get_address
  2007-07-14 14:17 [Bug testsuite/32765] New: Testsuite failures due to undefined symbol ___emutls_get_address fxcoudert at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-08-15 13:12 ` fxcoudert at gcc dot gnu dot org
@ 2007-12-17 19:30 ` janis at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: janis at gcc dot gnu dot org @ 2007-12-17 19:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from janis at gcc dot gnu dot org  2007-12-17 19:30 -------
Subject: Bug 32765

Author: janis
Date: Mon Dec 17 19:30:08 2007
New Revision: 131012

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131012
Log:
2007-12-17  Jack Howarth  <howarth@bromo.med.uc.edu>

        PR target/32765
        * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/libgomp.fortran/crayptr2.f90


-- 


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


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

end of thread, other threads:[~2007-12-17 19:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-14 14:17 [Bug testsuite/32765] New: Testsuite failures due to undefined symbol ___emutls_get_address fxcoudert at gcc dot gnu dot org
2007-07-15 21:09 ` [Bug target/32765] " pinskia at gcc dot gnu dot org
2007-07-16  7:45 ` jakub at gcc dot gnu dot org
2007-08-15 13:12 ` fxcoudert at gcc dot gnu dot org
2007-08-15 13:12 ` fxcoudert at gcc dot gnu dot org
2007-12-17 19:30 ` janis at gcc dot gnu dot org

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