From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6628 invoked by alias); 28 Nov 2014 15:54:50 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 6579 invoked by uid 48); 28 Nov 2014 15:54:47 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/64099] [5 Regression] ~15% runtime increase for fatigue.f90. Date: Fri, 28 Nov 2014 15:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-11/txt/msg03341.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64099 --- Comment #6 from Dominique d'Humieres --- The second runtime increase (with '-Ofast', the only one with '-O3 -ffast-math') is due to r217827 [Book15] lin/test% /opt/gcc/gcc4.10p-217825p1/bin/gfortran -Ofast -fwhole-program fatigue.f90 [Book15] lin/test% time a.out > /dev/null [Book15] lin/test% time a.out > /dev/null 1.498u 0.001s 0:01.49 100.0% 0+0k 0+1io 0pf+0w [Book15] lin/test% /opt/gcc/gcc4.10p-217827p1/bin/gfortran -Ofast -fwhole-program fatigue.f90 [Book15] lin/test% time a.out > /dev/null 1.622u 0.001s 0:01.62 100.0% 0+0k 0+0io 0pf+0w [Book15] lin/test% /opt/gcc/gcc4.10p-217825p1/bin/gfortran -O3 -ffast-math -fwhole-program fatigue.f90 [Book15] lin/test% time a.out > /dev/null 2.663u 0.002s 0:02.66 100.0% 0+0k 0+2io 0pf+0w [Book15] lin/test% /opt/gcc/gcc4.10p-217827p1/bin/gfortran -O3 -ffast-math -fwhole-program fatigue.f90 [Book15] lin/test% time a.out > /dev/null 2.964u 0.001s 0:02.96 100.0% 0+0k 0+1io 0pf+0w