From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109069 invoked by alias); 20 Jan 2016 18:47:44 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 109056 invoked by uid 89); 20 Jan 2016 18:47:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_20,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=1136, fontweight, font-weight, UD:gcc.css,v X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 20 Jan 2016 18:47:42 +0000 Received: from anthias.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 66B4C3F445 for ; Wed, 20 Jan 2016 13:47:39 -0500 (EST) Date: Wed, 20 Jan 2016 18:47:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Make colors work again on gcc-5/changes.html Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg01561.txt.bz2 Per our discussion around gcc-6/changes.html, this uses the new global styles (and adds another one). Committed. Gerald Introduce a new CSS class boldlime. Use this, and similar ones throughout gcc-5/changes.html. Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.26 diff -u -r1.26 gcc.css --- gcc.css 20 Jan 2016 17:29:35 -0000 1.26 +++ gcc.css 20 Jan 2016 17:41:30 -0000 @@ -51,6 +51,7 @@ } .boldcyan { font-weight:bold; color:cyan; } +.boldlime { font-weight:bold; color:lime; } .boldmagenta { font-weight:bold; color:magenta; } .boldred { font-weight:bold; color:red; } Index: gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.136 diff -u -r1.136 changes.html --- gcc-5/changes.html 18 Dec 2015 17:59:09 -0000 1.136 +++ gcc-5/changes.html 20 Jan 2016 17:41:30 -0000 @@ -540,13 +540,13 @@ test.f90:6:1: 0 continue - 1 - Error: Zero is not a valid statement label at (1) + 1 + Error: Zero is not a valid statement label at (1) test.f90:9:6: USE foo - 1 - Warning: USE statement at (1) has no ONLY qualifier [-Wuse-without-only] + 1 + Warning: USE statement at (1) has no ONLY qualifier [-Wuse-without-only]
  • The -Wuse-without-only option has been added to warn when a