6 ms·
Indeed. What I would really like is a way to toggle it on case-by-case basis. With -fwrapv you have to convince the code owner to toggle it globally, which can
by jforberg 7y ago
Indeed. What I would really like is a way to toggle it on case-by-case basis. With -fwrapv you have to convince the code owner to toggle it globally, which can complicate things unless you are the owner.
- MaxBarraclough 7y agoLooks like GCC doesn't have a pragma to enable it on a per-object-file basis. Pity. From the pragma docs I get the impression it's not so much that it would be a bad idea, as simply not something they've got round to implementing. I don't imagine it's possible to check using a static assert, either. https://gcc.gnu.org/onlinedocs/gcc/Pragmas.html#Pragmas https://gcc.gnu.org/onlinedocs/gcc/Pragmas.html#Pragmas