From owner-freebsd-fortran@freebsd.org Mon Nov 16 11:30:20 2015 Return-Path: Delivered-To: freebsd-fortran@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53FF9A26B61 for ; Mon, 16 Nov 2015 11:30:20 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3CEB31CBF for ; Mon, 16 Nov 2015 11:30:20 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: by mailman.ysv.freebsd.org (Postfix) id 3B8A3A26B60; Mon, 16 Nov 2015 11:30:20 +0000 (UTC) Delivered-To: fortran@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A55CA26B5E for ; Mon, 16 Nov 2015 11:30:20 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF2E1CBD; Mon, 16 Nov 2015 11:30:19 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.130] (vie-188-118-240-003.dsl.sil.at [188.118.240.3]) (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 855043F444; Mon, 16 Nov 2015 06:30:11 -0500 (EST) Date: Mon, 16 Nov 2015 12:30:09 +0100 (CET) From: Gerald Pfeifer To: Anton Shterenlikht cc: fortran@freebsd.org, Tijl Coosemans Subject: Re: advice on gfortran options for a port In-Reply-To: <201511161114.tAGBExSa083335@mech-as222.men.bris.ac.uk> Message-ID: References: <201511161114.tAGBExSa083335@mech-as222.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-fortran@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Fortran on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 11:30:20 -0000 Hi Anton, On Mon, 16 Nov 2015, Anton Shterenlikht wrote: > Gerald, I've forgotten what this was about. > Was there a port that didn't build? > If so, I'll give it a go. > > I also don't mind if this is not a default option. you were interested in Graphite loop optimizations in GCC. If you check out `info gcc`, for example, you'll see which additional optimization options will be supported now. Gerald