-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
| Bugzilla Link | 9707 |
| Resolution | FIXED |
| Resolved on | Aug 02, 2013 19:19 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#10638 |
| Reporter | LLVM Bugzilla Contributor |
Extended Description
Part 5 of a long series filed on behalf of Austin English. (I hope you're not tired of me at this point...)
Clang is also miscompiling the Dialog Manager code (dlls/user32/dialog.c) from Wine. This one's weird. It's not crashing, but it locks up and produces no output whatsoever. Valgrind reports an invalid 4-byte read inside the Dialog Manager, so this might have something to do with it. Not sure if it's optimizer related, but it's probably not integrated-assembler-related.