Re: [doc, committed] clean up redundant cpp option documentation

2016-12-26 Thread Eric Botcazou
> Hmmm, that's 8 years old, the last release from before the > reimplementation into Perl (starting with version 5). I see, this may explain why the vendor still ship it then. -- Eric Botcazou

Re: [doc, committed] clean up redundant cpp option documentation

2016-12-26 Thread Sandra Loosemore
On 12/26/2016 11:19 AM, Eric Botcazou wrote: This is very strange; I didn't get that error. We've got makeinfo 6.1 (Feb 2016) installed here. Are you using a newer or older version? It's makeinfo 4.13 (from the vendor). Hmmm, that's 8 years old, the last release from before the

[PATCH, i386]: Canonicalize patterns with embedded zero_extract RTXes

2016-12-26 Thread Uros Bizjak
Hello! As outlined in the PR, the canonical way of writing insn patterns with embedded zero_extract RTXes is e.g.: (define_insn "andqi_ext_1" [(set (zero_extract:SI (match_operand 0 "ext_register_operand" "=Q,Q") (const_int 8) (const_int 8)) (subreg:SI

Re: [doc, committed] clean up redundant cpp option documentation

2016-12-26 Thread Eric Botcazou
> This is very strange; I didn't get that error. We've got makeinfo 6.1 > (Feb 2016) installed here. Are you using a newer or older version? It's makeinfo 4.13 (from the vendor). -- Eric Botcazou

Re: [doc, committed] clean up redundant cpp option documentation

2016-12-26 Thread Sandra Loosemore
On 12/26/2016 02:38 AM, Eric Botcazou wrote: eric@arcturus:~/build/gcc/native/gcc> make doc if [ xinfo = xinfo ]; then \ makeinfo --split-size=500 --split-size=500 --no-split -I . -I /home/eric/svn/gcc/gcc/doc \ -I /home/eric/svn/gcc/gcc/doc/include -o

Re: Calling 'abort' on bounds violations in libmpx

2016-12-26 Thread Alexander Ivchenko
Submitted as r243928. Thank you 2016-12-08 20:22 GMT+03:00 Ilya Enkovich : > 2016-12-08 12:21 GMT+03:00 Alexander Ivchenko : >> I've tested the patch on MPX HW, no new regressions. Attached the >> final version below, would that be ok to submit? > >

[COMMITTED] Add myself to MAINTAINERS (Write After Approval).

2016-12-26 Thread Alexander Ivchenko
Committed as r243927. Thanks, Alexander diff --git a/ChangeLog b/ChangeLog index 2e35b01..8b2c94d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-12-26 Alexander Ivchenko + + * MAINTAINERS (Write After Approval): Add myself. + 2016-12-21

Re: [patch,libgomp] Make libgomp Fortran modules multilib-aware

2016-12-26 Thread FX
*ping* This patch from May makes libgomp install its Fortran modules in the correct multilib-aware directories, following what libgfortran does. Index: libgomp/Makefile.am === --- libgomp/Makefile.am (revision 235843) +++

Re: [PATCH] PR 78534 Change character length from int to size_t

2016-12-26 Thread FX
Hi Janne, Thanks for the patch, it is hard and tedious work. Here is the formal review. I don’t want to be a pain, but I have several questions about the patch, and given its size and the importance I think we should be double-sure :) > I also changed the _size member in vtables from int to

Re: [doc, committed] clean up redundant cpp option documentation

2016-12-26 Thread Eric Botcazou
> eric@arcturus:~/build/gcc/native/gcc> make doc > if [ xinfo = xinfo ]; then \ > makeinfo --split-size=500 --split-size=500 --no-split -I . > -I /home/eric/svn/gcc/gcc/doc \ > -I /home/eric/svn/gcc/gcc/doc/include -o doc/cpp.info >

Re: [doc, committed] clean up redundant cpp option documentation

2016-12-26 Thread Eric Botcazou
> This patch is part 2 of a series to clean up bit rot in the CPP manual > and preprocessor option documentation in the GCC manual. In this > installment, I have tossed out redundant copies of documentation of > generic GCC driver options from cppopts.texi, and likewise redundant > documentation