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
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
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
> 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
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