From patchwork Mon Jan 8 13:43:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sebastian Huber X-Patchwork-Id: 856807 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-470410-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="qeZbgn9P"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zFc234BLlz9s0g for ; Tue, 9 Jan 2018 00:44:09 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=k7pTRW2WeLHSrJnz MXgQIu4uJCN4IuxyFtVr/+a8xPJysjAuyKxms2ztb6Edl7Xh7f6uRAVUxr+4qZIH OJLtOc5MinDH1X9hEcgXzrgHIW9gLGtwmWir0zNAFU7Z+Rt1PXrPUTziJi95BjI4 DkmDzylL9tk+hcMVLxk8+RD49sA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=default; bh=ZvSeh1XDHTxQLjXFKiKEHi ooug8=; b=qeZbgn9PlT7+RbldVNpiwaMvvL6vzDrunFboWGLj5Dc82M4jYaQhEk sArAOK79SkgvAtw6UAI7E3ZKkEb3Ht7PvUR2MC4tXLoUc9mdZPt7oeIrch0fF+7P GXXWsEOPuV7v5pkmexC1jCWl5ZtS2R6Xe8H38uCjt1ogY8NqXvbE8= Received: (qmail 34023 invoked by alias); 8 Jan 2018 13:44:01 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 33997 invoked by uid 89); 8 Jan 2018 13:44:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL, BAYES_00, FOREIGN_BODY, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS, T_FILL_THIS_FORM_SHORT autolearn=ham version=3.3.2 spammy=Operating, Hx-languages-length:1453, diese, Fax X-HELO: dedi548.your-server.de Received: from dedi548.your-server.de (HELO dedi548.your-server.de) (85.10.215.148) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 08 Jan 2018 13:43:59 +0000 Received: from [88.198.220.130] (helo=sslproxy01.your-server.de) by dedi548.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_2) (envelope-from ) id 1eYXiW-0002Uo-CT for gcc-patches@gcc.gnu.org; Mon, 08 Jan 2018 14:43:56 +0100 Received: from [82.135.62.35] (helo=mail.embedded-brains.de) by sslproxy01.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84_2) (envelope-from ) id 1eYXiV-0000fF-Oh for gcc-patches@gcc.gnu.org; Mon, 08 Jan 2018 14:43:55 +0100 Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 85DAE2A1660 for ; Mon, 8 Jan 2018 14:43:55 +0100 (CET) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 8A44b8yL26Dm for ; Mon, 8 Jan 2018 14:43:53 +0100 (CET) Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 373E32A166C for ; Mon, 8 Jan 2018 14:43:53 +0100 (CET) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 76MFtKplSIxh for ; Mon, 8 Jan 2018 14:43:53 +0100 (CET) Received: from [192.168.96.129] (unknown [192.168.96.129]) by mail.embedded-brains.de (Postfix) with ESMTPSA id 0984A2A1660 for ; Mon, 8 Jan 2018 14:43:52 +0100 (CET) To: gcc-patches From: Sebastian Huber Subject: [wwwdocs] Add GCC 7.3 section Message-ID: <7cb391a6-184b-9085-1755-05e49cf37825@embedded-brains.de> Date: Mon, 8 Jan 2018 14:43:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 X-IsSubscribed: yes Index: htdocs/gcc-7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.96 diff -u -r1.96 changes.html --- htdocs/gcc-7/changes.html   4 Aug 2017 12:44:54 -0000 1.96 +++ htdocs/gcc-7/changes.html   8 Jan 2018 13:42:20 -0000 @@ -1283,5 +1283,22 @@           double has been added.     + +

GCC 7.3

+ +

This is the list +of problem reports (PRs) from GCC's bug tracking system that are +known to be fixed in the 7.3 release. This list might not be +complete (that is, it is possible that some PRs that have been fixed +are not listed here).

+ + +

Operating Systems

+ +

RTEMS

+  
    +    
  • Support for EPIPHANY has been added.
  • +  
+