> 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
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
reimplement
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
(and:Q
> 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
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 doc/cpp.in
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?
>
> The patch is OK.
>
> Ilya
>
>>
>>
>> 2016-11-29
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 Jakub Jelinek
* configu
*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)
+++ libgomp/M
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 si
> 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
> /home/eric/svn/gcc/gcc/doc/cpp.tex
> 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 o
11 matches
Mail list logo