From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10963 invoked by alias); 9 Oct 2012 09:39:08 -0000 Received: (qmail 9277 invoked by uid 48); 9 Oct 2012 09:38:46 -0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/54871] New: [4.8 regression] gfortran.dg/vector_subscript_1.f90 FAILs Date: Tue, 09 Oct 2012 09:39: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-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-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-10/txt/msg00782.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54871 Bug #: 54871 Summary: [4.8 regression] gfortran.dg/vector_subscript_1.f90 FAILs Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned@gcc.gnu.org ReportedBy: ro@gcc.gnu.org CC: ebotcazou@gcc.gnu.org Host: sparc*-*-solaris2* Target: sparc*-*-solaris2* Build: sparc*-*-solaris2* Since about 20120803, the gfortran.dg/vector_subscript_1.f90 testcase FAILs on Solaris/SPARC (32-bit only): FAIL: gfortran.dg/vector_subscript_1.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/vector_subscript_1.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test It aborts like this: Backtrace for this error: #0 ff219d6b [New Thread 1 (LWP 1)] Program received signal SIGABRT, Aborted. [Switching to Thread 1 (LWP 1)] 0xff0da400 in _lwp_kill () from /lib/libc.so.1 (gdb) where #0 0xff0da400 in _lwp_kill () from /lib/libc.so.1 #1 0xff083d50 in raise () from /lib/libc.so.1 #2 0xff05b55c in abort () from /lib/libc.so.1 #3 0xff21bcd4 in _gfortrani_sys_abort () at /vol/gcc/src/hg/trunk/local/libgfortran/runtime/error.c:173 #4 0xff2b5d0c in _gfortran_abort () at /vol/gcc/src/hg/trunk/local/libgfortran/intrinsics/abort.c:33 #5 0x000141cc in test (rhs=..., lhs=...) at /vol/gcc/src/hg/trunk/local/gcc/testsuite/gfortran.dg/vector_subscript_1.f90:160 #6 MAIN__ () at /vol/gcc/src/hg/trunk/local/gcc/testsuite/gfortran.dg/vector_subscript_1.f90:68 This is a regression from 4.7. Rainer