Sorry if this should be obvious, but: - which integer target types are required to be supported by libgcc2's trapping arithmetic implementation? (i.e. are all supported integer types required to have arithmetic trapping operation counterparts?)
- under what circumstances are they utilized in lieu their non-trapping counterparts? (for example, are they required by C ?) Thanks, any insight appreciated.