People who program in C
People who care about the C standard
People who have stakes in C compiler behavior, and sample opinions on UB (reflecting my bias):
- Compiler writers - (2011) LLVM blog justifying UB optimizations
- Systems programmers - (2003) Linus Torvalds against strict-aliasing optimizations, (2009) against signed overflow opts
- People relying on existing C software but against writing new C software - (2010) John Regehr on UB opts, (2014) against UB opts
- People mostly maintaining C software but writing new C software - (2010) RAD Software Tools against UB optimizations
- Performance-oriented secure software (e.g. crypto) devs - (2015) [Dan Berstein against UB optimizatio