From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9228 invoked by alias); 11 Nov 2014 17:11:14 -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 8511 invoked by uid 48); 11 Nov 2014 17:11:08 -0000 From: "howarth at bromo dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/63622] [5.0 Regression] Bootstrap fails on x86_64-apple-darwin1[34] after revision r216305 Date: Tue, 11 Nov 2014 17:11:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: howarth at bromo dot med.uc.edu X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin 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/msg00862.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63622 --- Comment #29 from howarth at bromo dot med.uc.edu --- (In reply to howarth from comment #28) > At r217355, the failures for the gfortran.dg/assumed_rank_[8/9/10].f90 > execution tests , first noted in Comment 7, still remain on x86_64 darwin. A backtrace of the failing test case generated by... /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/testsuite/gfortran/../../gfortran -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/testsuite/gfortran/../../ -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin13.4.0/i386/libgfortran/ /sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20141111/gcc/testsuite/gfortran.dg/assumed_rank_10.f90 -fno-diagnostics-show-caret -fdiagnostics-color=never -O3 -fomit-frame-pointer -funroll-loops -fdump-tree-original -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin13.4.0/i386/libgfortran/.libs -L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin13.4.0/i386/libgfortran/.libs -L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin13.4.0/i386/libgfortran/.libs -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin13.4.0/i386/libquadmath/.libs -L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin13.4.0/i386/libquadmath/.libs -L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin13.4.0/i386/libquadmath/.libs -lm -m32 -o ./assumed_rank_10.exe in lldb appears as... % lldb /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/testsuite/gfortran/assumed_rank_10.exe (lldb) target create "/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/testsuite/gfortran/assumed_rank_10.exe" Current executable set to '/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/testsuite/gfortran/assumed_rank_10.exe' (i386). (lldb) r Process 99438 launched: '/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/testsuite/gfortran/assumed_rank_10.exe' (i386) Program aborted. Backtrace: #0 0x5151 #1 0x6caf #2 0xbd577 #3 0x1a8f #4 0x1bfa Process 99438 stopped * thread #1: tid = 0x101913c, 0x9ab09952 libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread', stop reason = signal SIGABRT frame #0: 0x9ab09952 libsystem_kernel.dylib`__pthread_kill + 10 libsystem_kernel.dylib`__pthread_kill + 10: -> 0x9ab09952: jae 0x9ab09962 ; __pthread_kill + 26 0x9ab09954: calll 0x9ab09959 ; __pthread_kill + 17 0x9ab09959: popl %edx 0x9ab0995a: movl 0x6c996c7(%edx), %edx (lldb) bt * thread #1: tid = 0x101913c, 0x9ab09952 libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread', stop reason = signal SIGABRT * frame #0: 0x9ab09952 libsystem_kernel.dylib`__pthread_kill + 10 frame #1: 0x9083c167 libsystem_pthread.dylib`pthread_kill + 101 frame #2: 0x97beb29c libsystem_c.dylib`abort + 155 frame #3: 0x00006c90 libgfortran.3.dylib`__gfortrani_sys_abort + 32 at error.c:180 frame #4: 0x000bd578 libgfortran.3.dylib`_gfortran_abort + 8 at abort.c:33 frame #5: 0x00001a90 assumed_rank_10.exe`fpa.3310 + 48 frame #6: 0x00001bfb assumed_rank_10.exe`main + 283 frame #7: 0x92e5d701 libdyld.dylib`start + 1 (lldb)