This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 6cbb3cad933899c6d940436196e7ccb6bf154896 (commit) from 67aae10548db6f5014afc6dca06bc98acdcc66df (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6cbb3cad933899c6d940436196e7ccb6bf154896 Author: Tobias Burnus Date: Tue Dec 3 09:52:02 2019 +0100 Fix example code in porting to * htdocs/gcc-10/porting_to.html: Remove duplicated example code. diff --git a/htdocs/gcc-10/porting_to.html b/htdocs/gcc-10/porting_to.html index 35df91d..3256e8a 100644 --- a/htdocs/gcc-10/porting_to.html +++ b/htdocs/gcc-10/porting_to.html @@ -113,7 +113,7 @@ longer compile it.) real var real var2(1) … - var2(1)var2(1) = var + var2(1) = var call sub_assumed(var2, 1) var = var2(1) end ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/porting_to.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- gcc-wwwdocs