[PATCH][4.3] Deprecate -ftrapv
Joseph S. Myers
joseph@codesourcery.com
Sat Mar 1 00:12:00 GMT 2008
On Sat, 1 Mar 2008, Richard Guenther wrote:
> This is a request to depcrecate -ftrapv which has numerous problems
> making it not work as expected since a long time. As nobody seems
> to have the energy to ensure it is working I propose to deprecate it
> for GCC 4.3 to make it possible to remove it during 4.4 (and not
> block removing libcall notes by it).
>
> Ok for 4.3? I'll prepare an entry for the changes.html as well.
If this does need to be deprecated (and it's a feature for which I hope
someone will step forward to fix or reimplement it, since we know people
have used it to find integer overflow bugs in their code, despite its
known limitations), it should give a deprecation warning on all
compilations using the option, not just be deprecated in documentation.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Gcc-patches
mailing list