On Thu, Nov 7, 2013 at 12:46 PM, Ilya Enkovich wrote:
> Hi,
>
> Here is a patch to remove language hook used by Pointer Bounds Checker. To
> disable checker on non C languages option is moved to c.opt.
Ok.
Thanks,
Richard.
> Thanks,
> Ilya
> --
> gcc/
>
> 2013-11-06 Ilya Enkovich
>
>
Hi,
Here is a patch to remove language hook used by Pointer Bounds Checker. To
disable checker on non C languages option is moved to c.opt.
Thanks,
Ilya
--
gcc/
2013-11-06 Ilya Enkovich
* common.opt (fcheck-pointer-bounds): Move to ...
* c-family/c.opt: ... here.
*