[LLVMbugs] [Bug 11943] Hang or crash in C test program (attached) compiled with mingw64 Clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 7 17:27:09 PST 2012


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

Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sharparrow1 at yahoo.com
         Resolution|                            |WONTFIX

--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> 2012-02-07 19:27:09 CST ---
INT_MIN % -1 is explicitly undefined behavior in C11, and both clang and gcc
have in practice considered it undefined for much longer.

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