From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3234 invoked by alias); 4 Sep 2014 14:44:40 -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 3189 invoked by uid 48); 4 Sep 2014 14:44:37 -0000 From: "boger at us dot ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/63170] New: gccgo testcase recover.go fails execution with message 'missing recover' on ppc64 and ppc64le Date: Thu, 04 Sep 2014 14:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: boger at us dot ibm.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com 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 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: 2014-09/txt/msg01055.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63170 Bug ID: 63170 Summary: gccgo testcase recover.go fails execution with message 'missing recover' on ppc64 and ppc64le Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: boger at us dot ibm.com CC: cmang at google dot com gccgo was built from trunk on power8 machines for both ppc64 and ppc64le with the same results ./gccgo --version gccgo (GCC) 5.0.0 20140904 (experimental) Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This error occurs during make check testing for go for testcase: gcc/testsuite/go.test/test/recover.go Failing output for this testcase from go.log after running 'make check-gcc-go' missing recover Trace/breakpoint trap main.die /home/boger/gccgo.work/orig/trunk-src/gcc/testsuite/go.test/test/recover.go:69 main.mustRecoverBody /home/boger/gccgo.work/orig/trunk-src/gcc/testsuite/go.test/test/recover.go:81 main.M.N7_main.T5 /home/boger/gccgo.work/orig/trunk-src/gcc/testsuite/go.test/test/recover.go:437 reflect.call /home/boger/gccgo.work/orig/trunk-src/libgo/runtime/go-reflect-call.c:226 reflect.call.N13_reflect.Value /home/boger/gccgo.work/orig/trunk-src/libgo/go/reflect/value.go:576 reflect.Call.N13_reflect.Value /home/boger/gccgo.work/orig/trunk-src/libgo/go/reflect/value.go:412 reflect.$nested2 /home/boger/gccgo.work/orig/trunk-src/libgo/go/reflect/makefunc.go:175 reflect.ffiCall /home/boger/gccgo.work/orig/trunk-src/libgo/go/reflect/makefunc_ffi.go:64 reflect.$nested3 /home/boger/gccgo.work/orig/trunk-src/libgo/go/reflect/makefunc_ffi.go:36 main.test13reflect2 /home/boger/gccgo.work/orig/trunk-src/gcc/testsuite/go.test/test/recover.go:456 main.main /home/boger/gccgo.work/orig/trunk-src/gcc/testsuite/go.test/test/recover.go:58 goroutine 18 [finalizer wait]: created by runtime_createfing /home/boger/gccgo.work/orig/trunk-src/libgo/runtime/mgc0.c:2572 FAIL: go.test/test/recover.go execution, -O2 -g