From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1066 invoked by alias); 29 Jul 2009 19:17:54 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 1056 invoked by uid 22791); 29 Jul 2009 19:17:54 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Date: Wed, 29 Jul 2009 19:17:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: archer@sourceware.org Subject: [archer-tromey-call-frame-cfa] [patch] Fix compilation Message-ID: <20090729191741.GA18146@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) X-SW-Source: 2009-q3/txt/msg00061.txt.bz2 Hi Tom, dwarf2-frame.c: In function ‘dwarf2_frame_cfa’: dwarf2-frame.c:1257: error: passing argument 2 of ‘frame_base_is’ discards qualifiers from pointer target type frame.h:702: note: expected ‘struct frame_base *’ but argument is of type ‘const struct frame_base *’ Fedora 11 gcc-4.4.0-4.x86_64 more curious it did not happen to you. OK to check-in? Thanks, Jan