Comment by gpderetta
3 years ago
> Or you know, just turn off UB
I'm sure you will be willing to write the GCC PR that implements the required, surely trivial, analysis.
3 years ago
> Or you know, just turn off UB
I'm sure you will be willing to write the GCC PR that implements the required, surely trivial, analysis.
It is already implemented: -fno-strict-overflow.
For this specific kind of UB yes. I thought parent meant all UB in general.