On 6/5/20 5:07 AM, Christophe Lyon wrote:
On Thu, 4 Jun 2020 at 18:59, Jeff Law via Gcc-patches
wrote:
On Fri, 2020-05-15 at 17:31 -0600, Martin Sebor via Gcc-patches wrote:
Besides better buffer overflow checking, the new GCC 10 attribute
access also provides an opportunity to detect other k
On Thu, 4 Jun 2020 at 18:59, Jeff Law via Gcc-patches
wrote:
>
> On Fri, 2020-05-15 at 17:31 -0600, Martin Sebor via Gcc-patches wrote:
> > Besides better buffer overflow checking, the new GCC 10 attribute
> > access also provides an opportunity to detect other kinds of bugs,
> > including uniniti
On Fri, 2020-05-15 at 17:31 -0600, Martin Sebor via Gcc-patches wrote:
> Besides better buffer overflow checking, the new GCC 10 attribute
> access also provides an opportunity to detect other kinds of bugs,
> including uninitialized accesses by user-defined functions.
> The attached patch implemen
Ping: https://gcc.gnu.org/pipermail/gcc-patches/2020-May/545856.html
On 5/15/20 5:31 PM, Martin Sebor wrote:
Besides better buffer overflow checking, the new GCC 10 attribute
access also provides an opportunity to detect other kinds of bugs,
including uninitialized accesses by user-defined funct
Besides better buffer overflow checking, the new GCC 10 attribute
access also provides an opportunity to detect other kinds of bugs,
including uninitialized accesses by user-defined functions.
The attached patch implements this enhancement.
In addition, the closely related PR 10138 requests that