From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28679 invoked by alias); 9 Aug 2013 12:59:34 -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 28585 invoked by uid 48); 9 Aug 2013 12:59:31 -0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/58113] New: gfortran.dg/round_4.f90 FAILs Date: Fri, 09 Aug 2013 12:59:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc cf_gcchost cf_gcctarget cf_gccbuild Message-ID: 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: 2013-08/txt/msg00541.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58113 Bug ID: 58113 Summary: gfortran.dg/round_4.f90 FAILs Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: burnus at gcc dot gnu.org Host: x86_64-unknown-linux-gnu, *-*-solaris2* Target: x86_64-unknown-linux-gnu, *-*-solaris2* Build: x86_64-unknown-linux-gnu, *-*-solaris2* The new gfortran.dg/round_4.f90 test FAILs to execute on both Solaris/x86 and SPARC and Linux/x86_64: FAIL: gfortran.dg/round_4.f90 -O0 execution test FAIL: gfortran.dg/round_4.f90 -O1 execution test FAIL: gfortran.dg/round_4.f90 -O2 execution test FAIL: gfortran.dg/round_4.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/round_4.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/round_4.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/round_4.f90 -O3 -g execution test FAIL: gfortran.dg/round_4.f90 -Os execution test The test aborts with a useless backtrace: Program aborted. Backtrace: #0 0x7F4F04F5F407 #1 0x7F4F04F60B22 #2 0x7F4F0502C548 #3 0x4010A9 in MAIN__ at round_4.f90:? FAIL: gfortran.dg/round_4.f90 -O0 execution test Rainer