From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14681 invoked by alias); 4 Nov 2013 17:34:23 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 14656 invoked by uid 48); 4 Nov 2013 17:34:22 -0000 From: "macro@linux-mips.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/16118] New: gdb.base/frame-args.exp PowerPC/Linux failures Date: Mon, 04 Nov 2013 17:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: macro@linux-mips.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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 cf_gcctarget Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q4/txt/msg00231.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=16118 Bug ID: 16118 Summary: gdb.base/frame-args.exp PowerPC/Linux failures Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: macro@linux-mips.org Target: powerpc-linux-gnu I see failures from gdb.base/frame-args.exp on the powerpc-linux-gnu target: (gdb) frame 1 #1 0x100006dc in call_me (i=3, f=5, s=, ss=0xbffff7d8, u=, e=green) at .../gdb/testsuite/gdb.base/frame-args.c:40 40 break_me (); (gdb) FAIL: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to all and: (gdb) frame 1 #1 0x100006dc in call_me (i=3, f=5, s=, ss=0xbffff7d8, u=, e=green) at .../gdb/testsuite/gdb.base/frame-args.c:40 40 break_me (); (gdb) FAIL: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to scalars clearly because is printed rather than just . The discussion here: http://sourceware.org/ml/gdb-patches/2012-08/msg00715.html http://sourceware.org/ml/gdb-patches/2012-09/msg00000.html and commit 2603f7eeca78caeef1f362eccebe7cd4b589ba41 may be related, although in my case GCC 4.8.1 is used. Other targets seem unaffected. -- You are receiving this mail because: You are on the CC list for the bug.