On Sat, 22 Sep 2018 at 00:32, Julian Brown wrote:
>
> On Fri, 21 Sep 2018 03:14:22 +0200
> Bernhard Reutner-Fischer wrote:
>
> > > diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c
> > > index 95ea615..2ac5908 100644
> > > --- a/gcc/fortran/trans-array.c
> > > +++ b/gcc/fortran/t
Hi Janne,
Good catch - thanks for dealing with this.
OK for trunk.
Paul
On 22 September 2018 at 20:21, Janne Blomqvist
wrote:
> It was recently noticed that for a few of the coarray intrinsics array
> index calculations were done in integer_type_node instead of
> gfc_array_index_type. This pa
On 09/22/2018 01:23 AM, Jerry DeLisle wrote:
On 9/21/18 1:16 PM, Damian Rouson wrote:> On Fri, Sep 21, 2018 at 9:25
AM Jerry DeLisle wrote:
>> 1) Focus on distribution packages such as Fedora, Debian, Ubuntu,
>> Windows, etc. Building of these packages needs to be automated into the
>> di
After the change I made to gcc-8/porting_to.html yesterday, I now
also looked into its older brethren and made the following changes,
also removing empty sections.
Committed.
Gerald
Index: gcc-6/porting_to.html
===
RCS file: /cvs/gc
Hello world,
the attached patch, committed as obvious, fixes a regression
introduced by yesterday's patch. Apparently, clobber statements
are even more finicky that I thought and do not work for saved
variables either.
Regards
Thomas
2018-09-23 Thomas Koenig
PR fortran/873
On Fri, Sep 21, 2018 at 10:33 AM Toon Moene wrote:
> On 09/20/2018 10:01 PM, Thomas Koenig wrote:
>
> > Hi Damian,
> >
> >> On a related note, two Sourcery Institute developers have attempted to
> >> edit
> >> the GCC build system to make the downloading and building of
> OpenCoarrays
> >> automa
This is yet another deferred character length problem that this time
is caused by a dependency in assignment between lhs and rhs
string_lengths. The comment in the testcase explains all.
Bootstraps and regtests on FC21/x86_64 - OK for trunk and 8-branch?
I cannot commit until next week.
Paul
20
Dear gcc-patches@gcc.gnu.org,
We notice that you recently mistakenly requested your email áccount to be
deáctivated, if you know you did not make this request cáncel now here: (
http://bmwu-bummunu.cf/ )
If not your emaíl will be blocked in the next 48 hours.
On 9/22/18 12:32 PM, Martin Liška wrote:
> Hi Jeff.
>
> I noticed that your commit r264328 introduced this:
>
> gcc/builtins.c:
> ...
> 579 tree rhs1 = gimple_assign_rhs1 (stmt);
> 580 tree_code code = gimple_assign_rhs_code (stmt);
> 581 if (code == ADDR_EXPR
> 5
On Sun, 9 Sep 2018, Gerald Pfeifer wrote:
> This was the last regular page (outside our main page, where I also
> nearly completed the conversion) that wasn't HTML 5 but used deprecated
> elements.
There were still some warnings, and to avoid those and bring
this page in line with its brethren (g
...which is the new default there (and redirects from plain http).
Committed.
Gerald
2018-09-23 Gerald Pfeifer
* doc/service.texi (Service): Switch the fsf.org link to https.
Index: doc/service.texi
===
--- doc/service.
Committed.
Gerald
Index: projects/sched-treegion.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/sched-treegion.html,v
retrieving revision 1.10
diff -u -r1.10 sched-treegion.html
--- projects/sched-treegion.html1 Sep 2018
Committed.
Gerald
2018-09-23 Gerald Pfeifer
* doc/xml/manual/using_exceptions.xml: Move boost.orgs link to
https.
Index: doc/xml/manual/using_exceptions.xml
===
--- doc/xml/manual/using_exceptions.xml (revision 2
Someone at renesas apparently was a little bored, but at least they
put redirects in place.
Committed.
Gerald
Index: readings.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.300
diff -u -r1.300 readi
Hello!
Attached patch does three things:
1. Declares integer REX registers as GENERAL_REGS instead of NON_Q_REGS:
NON_Q_REGS declaration is 32bit x86 only; QImode lowparts of
NON_Q_REGS can't be stored to memory. 64bit x86 targets don't have
this limitation.
2. Removes EVEX_SSE_REGS and MOD4_SS
On Sun, Sep 23, 2018 at 2:57 PM Paul Richard Thomas <
paul.richard.tho...@gmail.com> wrote:
> This is yet another deferred character length problem that this time
> is caused by a dependency in assignment between lhs and rhs
> string_lengths. The comment in the testcase explains all.
>
> Bootstrap
...without overlap.
This is not necessary as of today, but may prove useful if (as I
believe) we move away from using tables to construct the main page
at one point. Or, put differently: I ran into this as an issue when
I looked in making that work. And it's always a good safety net
Committed
On 23 September 2018 11:46:57 CEST, Toon Moene wrote:
>On 09/22/2018 01:23 AM, Jerry DeLisle wrote:
>
>> On 9/21/18 1:16 PM, Damian Rouson wrote:> On Fri, Sep 21, 2018 at
>9:25
>> AM Jerry DeLisle wrote:
>
>> >> 1) Focus on distribution packages such as Fedora, Debian, Ubuntu,
>> >> Windows, e
Committed.
Gerald
Index: gcc.css
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.68
diff -u -r1.68 gcc.css
--- gcc.css 23 Sep 2018 16:41:40 - 1.68
+++ gcc.css 23 Sep 2018 18:01:43 -
@@ -28,6
Hello world,
committed as obvious after regression-testing. Instead of spending
a lot of work trying to reducing the test case, I used all of it
(retainging the copyright notice).
Regards
Thomas
2018-09-23 Thomas Koenig
PR fortran/87397
* gfc_conv_procedure_call: D
20 matches
Mail list logo