From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31822 invoked by alias); 13 Mar 2013 10:01:51 -0000 Received: (qmail 31807 invoked by uid 22791); 13 Mar 2013 10:01:48 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Mar 2013 10:01:42 +0000 Received: from archimedes.net-b.de (port-92-195-57-206.dynamic.qsc.de [92.195.57.206]) by mx01.qsc.de (Postfix) with ESMTP id 04CF03CD93; Wed, 13 Mar 2013 11:01:40 +0100 (CET) Message-ID: <51404E84.3070903@net-b.de> Date: Wed, 13 Mar 2013 10:01:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Benjamin De Kosnik CC: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] gcc-4.8/porting_to.html References: <20130313022916.0728c82e@oakwood> In-Reply-To: <20130313022916.0728c82e@oakwood> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2013-03/txt/msg00450.txt.bz2 Benjamin De Kosnik wrote: > Hey! Here is the first pass at the 4.8 porting documentation. > > This seems to reflect the current trunk reality. I'm not quite sure to > about the best way to talk about the more aggressive loop > optimizations WRT undefined sematincs, but this seems reasonable. Of > course, if anybody has better ideas, I'm all ears. Could you then add a link to the porting guide from changes.html, similar to last year's version? See http://gcc.gnu.org/gcc-4.7/changes.html and search for "porting guide". Tobias