[LLVMbugs] [Bug 1839] __builtin_trap doesn't trap

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jan 15 14:13:16 PST 2008


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


Chris Lattner <sabre at nondot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |2.2




--- Comment #7 from Chris Lattner <sabre at nondot.org>  2008-01-15 16:13:15 ---
This works now, generating ud2 on x86 and abort() on other targets.  Thanks to
Anton for doing most of it.


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