From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 052643858C56; Sat, 5 Nov 2022 22:58:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 052643858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667689134; bh=jWKRK57+MgFl7koSIPrEtXENVdO2lJttXTrF8s1k/H4=; h=To:Subject:Date:From:From; b=on9E3AQuTSqPcB75o/FnYRLgBtMSM9r2QYfCk5ig5ZDhtL7AVVPVPq/ER7/BQw2is g7JhC/t/mGYLvhzbSnE6CZE3O9syMUdNxzWerxgYEwY416FZOnHA5MJEmhFrArXmxW B0zdZLQbWGYOCF0mGloaewWcuKbIjN5R2EJh8kNU= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e76e98a2a9d833bc22c3bf25950298b3a8905391 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8ee48d6db8b318d4f332cb993c52667bfe0e8dfd X-Git-Newrev: e76e98a2a9d833bc22c3bf25950298b3a8905391 Message-Id: <20221105225854.052643858C56@sourceware.org> Date: Sat, 5 Nov 2022 22:58:54 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 e76e98a2a9d833bc22c3bf25950298b3a8905391 (commit) from 8ee48d6db8b318d4f332cb993c52667bfe0e8dfd (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 e76e98a2a9d833bc22c3bf25950298b3a8905391 Author: Gerald Pfeifer Date: Sat Nov 5 23:58:22 2022 +0100 gcc-4.8: Move three links from http to https diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html index 39557435..cb30a5e9 100644 --- a/htdocs/gcc-4.8/changes.html +++ b/htdocs/gcc-4.8/changes.html @@ -258,7 +258,7 @@ B b(42); // OK -
  • As of GCC 4.8.1, G++ implements the change to decltype semantics from N3276. +
  • As of GCC 4.8.1, G++ implements the change to decltype semantics from N3276.
     struct A f();
     decltype(f()) g();    // OK, return type of f() is not required to be complete.
    @@ -276,7 +276,7 @@ int i = A().f();  // error, f() requires an lvalue object
         with features proposed for the next revision of the standard, expected
         around 2014.  Currently the only difference from -std=c++11
         is support for return type deduction in normal functions, as proposed in 
    -    N3386.
    +    N3386.
         Status of C++1y features in GCC 4.8 can be found here.
       
  • @@ -436,7 +436,7 @@ int i = A().f(); // error, f() requires an lvalue object gfortran's own array descriptor is used, which is different from the one defined in TS29113, see gfortran's header file or use the Chasm Language + href="https://chasm-interop.sourceforge.net/">Chasm Language Interoperability Tools. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-4.8/changes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs