http://bugzilla.gdcproject.org/show_bug.cgi?id=196
Johannes Pfau <johannesp...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johannesp...@gmail.com --- Comment #2 from Johannes Pfau <johannesp...@gmail.com> --- Can you try to get the ASM output? You need to cd to the correct directory, then run /Users/johncolvin/Git/GDC/objdir/./gcc/gdc -B/Users/johncolvin/Git/GDC/objdir/./gcc/ -B/opt/gdc/x86_64-apple-darwin15.0.0/bin/ -B/opt/gdc/x86_64-apple-darwin15.0.0/lib/ -isystem /opt/gdc/x86_64-apple-darwin15.0.0/include -isystem /opt/gdc/x86_64-apple-darwin15.0.0/sys-include -Wall -Werror -g -frelease -O2 -nostdinc -pipe -Wno-deprecated -I ../../../../gcc-6-20150719/libphobos/libdruntime -I ./x86_64-apple-darwin15.0.0 -I . -S ../../../../gcc-6-20150719/libphobos/libdruntime/core/thread.d (Sounds like something messed up the ASM output. Maybe some incorrect inline ASM somewhere. IIRC there's also problem with emutls which in some cases generates invalid names in ASM) -- You are receiving this mail because: You are watching all bug changes.