From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15976 invoked by alias); 11 Apr 2015 13:43:37 -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 15953 invoked by uid 89); 11 Apr 2015 13:43:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BR,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: smtp26.services.sfr.fr Received: from smtp26.services.sfr.fr (HELO smtp26.services.sfr.fr) (93.17.128.163) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 11 Apr 2015 13:43:36 +0000 Received: from filter.sfr.fr (localhost [86.72.15.254]) by msfrf2602.sfr.fr (SMTP Server) with ESMTP id 53A861C007423; Sat, 11 Apr 2015 15:43:33 +0200 (CEST) Authentication-Results: sfrmc.priv.atos.fr; dkim=none (no signature); dkim-adsp=none (no policy) header.from=mikael.morin@sfr.fr Received: from tolstoi.localhost (254.15.72.86.rev.sfr.net [86.72.15.254]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by msfrf2602.sfr.fr (SMTP Server) with ESMTP id 06FB91C00742E; Sat, 11 Apr 2015 15:43:32 +0200 (CEST) X-SFR-UUID: 20150411134333286.06FB91C00742E@msfrf2602.sfr.fr Message-ID: <552924F2.6000406@sfr.fr> Date: Sat, 11 Apr 2015 13:43:00 -0000 From: Mikael Morin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Thomas Koenig , Dominique =?iso-8859-1?q?d=27Humi=E8res?= CC: GCC Patches , GNU GFortran Subject: Re: [patch, fortran, RFC] First steps towards inlining matmul References: <20150405135519.AF21A105@mailhost.lps.ens.fr> <552147A3.7000603@netcologne.de> <4DA1047C-92D3-485A-9457-61655ED14681@lps.ens.fr> <55219D1C.6070507@netcologne.de> <9F588746-B32C-4919-AEFC-4EF5E6792001@lps.ens.fr> <3916A939-23B3-4D17-B91C-8B6CC34CD7BC@lps.ens.fr> <5526FAAA.8010408@netcologne.de> <55291273.6060800@netcologne.de> In-Reply-To: <55291273.6060800@netcologne.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00502.txt.bz2 Hello, I haven't looked at the patch in detail yet, but... Le 11/04/2015 14:24, Thomas Koenig a écrit : > Still to do: Bounds checking (a rather big one), ... as you do a front-end to front-end transformation, you get bounds checking for free, don't you? Mikael