From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9104 invoked by alias); 29 Jan 2013 17:47:17 -0000 Received: (qmail 9048 invoked by uid 48); 29 Jan 2013 17:47:16 -0000 From: "jan.kratochvil at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug server/15081] New: AX with gcc-4.8: Expression pieces exceed word size Date: Tue, 29 Jan 2013 17:47:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: server X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jan.kratochvil at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2013-q1/txt/msg00128.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15081 Bug #: 15081 Summary: AX with gcc-4.8: Expression pieces exceed word size Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: server AssignedTo: unassigned@sourceware.org ReportedBy: jan.kratochvil@redhat.com Classification: Unclassified Host: x86_64-unknown-linux-gnu Target: x86_64-unknown-linux-gnu Then there is in gdbserver mode: -PASS: gdb.trace/collection.exp: collect register locals collectively: start trace experiment +FAIL: gdb.trace/collection.exp: collect register locals collectively: start trace experiment due to: register int locar[4]; locar[0] = 121; locar[1] = 122; locar[2] = 123; locar[3] = 124; producing with gcc-4.8.0pre: DW_AT_location: (DW_OP_reg12(r12);DW_OP_piece:8;DW_OP_reg13(r13);DW_OP_piece:8) which cannot be handled by current AX: if (bits_collected + size > 8 * sizeof (LONGEST)) error (_("Expression pieces exceed word size")); as it is 128-bit variable (from two 64-bit registers). -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.