[patch, fortran] PR 56867

2014-12-25 Thread Thomas Koenig
Hello world, Merry Christmas everybody! This patch resolves one of the remaining F95 bugs by introducing a temporary for the case c(:)(1:2) = c(2)(2:3) It does have the disadvantage that c(:)(1:2) = c(2)(3:4) now also creates an unnecessary temporary because gfc_check_dependency is not smart

Re: [patch, fortran] PR 56867

2014-12-25 Thread Dominique Dhumieres
> OK for trunk? What about the other open branches? The patch looks good. In the test "temporary array" should be replaced with "array temporary". Thanks for the patch and Merry Christmas, Dominique

Re: PATCH: PR target/61296: Excessive alignment in ix86_data_alignment

2014-12-25 Thread Gerald Pfeifer
On Wednesday 2014-12-17 06:49, H.J. Lu wrote: > Index: gcc-5/changes.html > === > RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v > retrieving revision 1.52 > diff -u -p -r1.52 changes.html > --- gcc-5/changes.html15 Dec

Re: [PATCH] X86-64: Add -mskip-rax-setup

2014-12-25 Thread Gerald Pfeifer
On Thursday 2014-12-18 11:35, H.J. Lu wrote: > Updated. "the RAX register" (i.e., add "the"), and I suggest to make this a sentence, similar to my previous mail for the other update. This is fine with these changes. Thank you -- and that's a nice hack (in the positive sense)! Gerald

[PATCHv3][PING] New check and updates in check_GNU_style script

2014-12-25 Thread Yury Gribov
On 12/19/2014 11:14 AM, Yury Gribov wrote: Hi all, Attached patch adds new check (all blocks of 8 spaces are replaced with tabs) to contrib/check_GNU_style.sh. It also changes the script to allow reading patches from stdin and strengthens the "Dot, space, space, new sentence." check. Is this ok