From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32230 invoked by alias); 21 Mar 2009 22:56:34 -0000 Received: (qmail 32208 invoked by uid 48); 21 Mar 2009 22:56:27 -0000 Date: Sat, 21 Mar 2009 22:56:00 -0000 From: "hubicka at gcc dot gnu dot org" To: gdb-prs@sourceware.org Message-ID: <20090321225627.9978.hubicka@gcc.gnu.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug gdb/9978] New: DW_OP_bit_piece does not allow DW_OP_reg X-Bugzilla-Reason: CC 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: 2009-q1/txt/msg00368.txt.bz2 DW_op_reg in DW_OP_bit_piece is refused: DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece. I believe it is wrong, since DW_OP_bit_piece has same restrictions as DW_OP_piece. I would like to use DW_OP_bit_piece in GCC to output SRAed structures, so it would be cool to fix this ;) -- Summary: DW_OP_bit_piece does not allow DW_OP_reg Product: gdb Version: unknown Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdb AssignedTo: unassigned at sourceware dot org ReportedBy: hubicka at gcc dot gnu dot org CC: gdb-prs at sourceware dot org GCC host triplet: x86_64-pc-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=9978 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.