This is the mail archive of the gcc-patches@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: [PATCH GCC]Make pointer overflow always undefined and remove the macro


On Mon, Jul 24, 2017 at 10:43 AM, Bin Cheng <Bin.Cheng@arm.com> wrote:
> Hi,
> This is a followup patch to PR81388's fix.  According to Richi,
> POINTER_TYPE_OVERFLOW_UNDEFINED was added in -fstrict-overflow
> warning work.  Given:
>   A) strict-overflow was removed;
>   B) memory object can not wrap in address space;
>   C) existing code doesn't take it in consideration, as in nowrap_type_p.
> This patch makes it always true thus removes definition/usage of the macro.
> Bootstrap and test on x86_64 and AArch64.  Is it OK?

Ok.

Please give others 24h to comment.

Thanks,
Richard.

> Thanks,
> bin
> 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
>
>         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
>         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
>         above macro.
>         * match.pd: Ditto in address comparison pattern.
>
> gcc/testsuite/ChangeLog
> 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
>
>         * gcc.dg/no-strict-overflow-7.c: Revise comment and test string.
>         * gcc.dg/tree-ssa/pr81388-1.c: Ditto.


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