This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/50598] [4.7 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 15 Oct 2011 18:36:00 +0000
- Subject: [Bug middle-end/50598] [4.7 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*
- Auto-submitted: auto-generated
- References: <bug-50598-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50598
--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-10-15 18:36:00 UTC ---
The difference for the test libgomp.c++/pr24455.C comes from the companion file
libgomp.c++/pr24455-1.C. With gcc/cgraphunit.c in revision 179429 reverted,
pr24455-1.s is
[macbook] f90/bug% cat pr24455-1_rev.s
.globl ___emutls_v.i
.data
.align 5
___emutls_v.i:
.quad 4
.quad 4
.quad 0
.quad 0
.constructor
.destructor
.align 1
.subsections_via_symbols
while for trunk it is
[macbook] f90/bug% cat pr24455-1_orig.s
.constructor
.destructor
.align 1
.subsections_via_symbols