[Issue 5337] DMD compiles incorrect code on windows
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 9 08:57:43 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5337
Steven Schveighoffer <schveiguy at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
CC| |schveiguy at yahoo.com
--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> 2010-12-09 08:56:03 PST ---
I think this is a TLS issue.
The linux errors I got (repeated from NG post):
steves at steve-laptop:~/testd$ gcc -c testc.c
steves at steve-laptop:~/testd$ ~/dmd-2.050/linux/bin/dmd testcallc.d testc.o
/usr/bin/ld: globalFromD: TLS definition in testcallc.o section .tbss
mismatches non-TLS reference in testc.o
testc.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
--- errorlevel 1
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list