This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Revisiting the TYPE_IS_SIZETYPE issue



What about -ftrapv?  Add another set of tree codes?  Or just get rid
of it?

-ftrapv is easier if it were implemented on the tree level. You would compile with the semantics required by the lowered overflow checks (probably -fwrapv, but maybe not) after lowering.


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]