From patchwork Sat Mar 24 21:49:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 148546 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id A08D2B6ED0 for ; Sun, 25 Mar 2012 08:50:05 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1333230606; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=BffdR0nYNY0C+5TxycGlgQTT4cQ=; b=xr1aXMSU42rHtnn Jm5y+Lln0ruYnD+bU12ugKCbWoRrskAwCn4U0s4UrXuNkzBcCITHTeCESnh194ni x0lzdOFO9Cb8QAgw0IJ9H0lE79FApi51azJE9wofAAunNlYhXr7hl2GEFUw+NtAl XlvD1OO9jUsCfxgCrULbz6WtbBBU= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=R5//uzMYuA0g0PeGUsvtmP8XFd7tvrcRiDteD4g4pI3SZwJXWUU+fICz1IWEpq h2PlT+XdPtINuyzF7XsYEc+PBV4lBdD2YOt8xGovUfCXXdVQ2Z84AMknlz/C7V01 G+HuW/CyeQdy3YUXw0Lqr3/EDb5iaMT2hLvdo1eW/e+xc=; Received: (qmail 20163 invoked by alias); 24 Mar 2012 21:50:00 -0000 Received: (qmail 20154 invoked by uid 22791); 24 Mar 2012 21:49:59 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 24 Mar 2012 21:49:44 +0000 Received: from L36.suse.de (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 1DD4A3F428; Sat, 24 Mar 2012 17:49:41 -0400 (EDT) Date: Sat, 24 Mar 2012 22:49:40 +0100 (CET) From: Gerald Pfeifer To: Rainer Orth cc: gcc-patches@gcc.gnu.org, "Joseph S. Myers" , Jakub Jelinek , David Edelsohn Subject: Re: [wwwdocs] Fix some nits in GCC 4.7 changes.html In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-IsSubscribed: yes 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 On Thu, 22 Mar 2012, Rainer Orth wrote: > One issue I forgot: there are currently two instances of the long form > of the bugzilla URLs. Shouldn't we better use http://gcc.gnu.org/PR > here? Good idea, yes. Changed thusly. Gerald Index: gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.102 diff -u -3 -p -r1.102 changes.html --- gcc-4.7/changes.html 22 Mar 2012 09:40:43 -0000 1.102 +++ gcc-4.7/changes.html 24 Mar 2012 21:47:03 -0000 @@ -469,14 +469,12 @@ well.

some efforts have been made to improve the support of class scope using-declarations. In particular, using-declarations referring to a dependent type now work as expected - (bug - c++/14258). + (bug c++/14258).
  • The ELF symbol visibility of a template instantiation is now properly constrained by the visibility of its template arguments - (bug - c++/35688).
  • + (bug c++/35688).