[LLVMbugs] [Bug 8083] wine's kernel32/time test fails with clang, passes with gcc

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 6 11:55:31 PDT 2010


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

austinenglish at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from austinenglish at gmail.com 2010-09-06 13:55:31 CDT ---
Turns out wine was trying to access a member of an array beyond the defined
end. Gcc was allowing it, clang wasn't, but it's undefined behavior.

Invalid, sorry for the spam.

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