[LLVMbugs] [Bug 2901] C-Backend crashes on compilng with O, O2, O3: " Expected FP register!"
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Oct 16 14:28:56 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2901
Anton Korobeynikov <asl at math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |asl at math.spbu.ru
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #1 from Anton Korobeynikov <asl at math.spbu.ru> 2008-10-16 16:28:55 ---
This is known problem. Mingw includes contains inline FP math and do not
provide and alternative w/o inline assembler. For example, I had to patch
mingw's complex.h in order to build libstdc++.
*** This bug has been marked as a duplicate of bug 879 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list