This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.


On 25 Jul 2016 17:55, Stefan Liebler wrote:
> +	  /* On s390x gcc 6.1 -O3 produces the warning "array subscript is below
> +	     array bounds [-Werror=array-bounds]". Only __ieee754_rem_pio2l()
> +	     calls __kernel_rem_pio2f() for normal numbers and |x| > 3pi/4. Thus
> +	     x can't be zero and ipio2 is not zero, too. Thus not all iq[]
> +	     values can't be zero.  */

GNU style puts two spaces after the period
-mike

Attachment: signature.asc
Description: Digital signature


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