[LLVMbugs] [Bug 3690] Assertion failed: (StackTop == 0 && " Stack should be empty after a call!"), function handleSpecialFP, file X86FloatingPoint.cpp, line 952.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Mar 1 02:46:16 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=3690


Anton Korobeynikov <asl at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |asl at math.spbu.ru
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #4 from Anton Korobeynikov <asl at math.spbu.ru>  2009-03-01 04:46:11 ---
As far as I can understand Chris' position: this is effectively "wontfix" until
will happen in some apple-produced code. There are bunch of examples in
bugzilla, when such sort of assertions happen for non-darwin targets (e.g.
win64, linux, now - freebsd).

The only solution - is to alter sources not to use inline FP math even if this
causes serious performance regression (for example, during libm compilation,
when inline fp math seems to be the only sane way to support atan, etc).

*** 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