From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20327 invoked by alias); 17 Mar 2008 13:41:41 -0000 Received: (qmail 20151 invoked by uid 48); 17 Mar 2008 13:40:56 -0000 Date: Mon, 17 Mar 2008 13:41:00 -0000 Message-ID: <20080317134056.20150.qmail@sourceware.org> From: "fche at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20080317032705.5947.eteo@redhat.com> References: <20080317032705.5947.eteo@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug runtime/5947] make systemtap 0.6.2/0.131 work on F8 2.6.21.7-2.fc8xen X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00443.txt.bz2 ------- Additional Comments From fche at redhat dot com 2008-03-17 13:40 ------- The operative gcc warning is "warning: pointer of type 'void *' used in arithmetic", which is a consequence of -Wpointer-arith. I don't know why this warning is turned on in your build. Regardless, our own code should not calculate with uncast void*'s, which appears to be gnu-c-ism, but rather cast to char*'s first. -- http://sourceware.org/bugzilla/show_bug.cgi?id=5947 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.