This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/50598] [4.7 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]