6 ms·
-fstrict-overflow is the opposite of what the parent comment was asking about. You want -fwrapv or -fno-strict-overflow.
by osandov 9y ago
-fstrict-overflow is the opposite of what the parent comment was asking about. You want -fwrapv or -fno-strict-overflow.
- majewsky 9y agoI was answering the "not aware that any compilers were doing this" part, hoping that they would be able to answer their second question using the source I linked.