Re: 0002-Part-2.-Document-finstrument-control-flow-and-notrack attribute

2017-09-26 Thread Sandra Loosemore
On 09/26/2017 07:45 AM, Tsimbalist, Igor V wrote: Here is the updated version (version#3). All comments below are fixed. This still needs more work. Specific comments below: +The @code{nocf_check} attribute is applied to an object's type. +In case of assignment of a function address or a fun

Re: 0005-Part-5.-Add-x86-CET-documentation

2017-09-26 Thread Sandra Loosemore
On 09/26/2017 07:47 AM, Tsimbalist, Igor V wrote: Here is a new version of the patch. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a374890..a900ed1 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -5655,6 +5655,13 @@ compiled with the @option{-fcf-protection=branch}

[PR middle-end/82319] Fix ICE in pattern

2017-09-26 Thread Yuri Gribov
Hi all, This patch fixes a trivial ICE in recent pattern. Bootstrapped and regtested on x86_64. Ok to commit? -Y pr82319-1.patch Description: Binary data

Re: [PR middle-end/82319] Fix ICE in pattern

2017-09-26 Thread Andrew Pinski
On Tue, Sep 26, 2017 at 10:56 PM, Yuri Gribov wrote: > Hi all, > > This patch fixes a trivial ICE in recent pattern. Bootstrapped and > regtested on x86_64. > > Ok to commit? >+ bool cst_int_p = ! real_isnan (cst) && real_identical (&icst, cst); The GCC coding style says no space between the !

Re: [PATCH 4/5] New target check: vect_nopeel - v2

2017-09-26 Thread Andreas Krebbel
On 09/26/2017 02:26 PM, Rainer Orth wrote: > Hi Andreas, > >> diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi >> index 307c726..3acfd85 100644 >> --- a/gcc/doc/sourcebuild.texi >> +++ b/gcc/doc/sourcebuild.texi >> @@ -1398,6 +1398,9 @@ Target supports a vector misalign access. >>

<    1   2