From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 48D573858C60; Fri, 19 Jan 2024 05:04:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48D573858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705640678; bh=YQBqcIADaGYIb699brcc3MlHuLtqbnOcuyOkFScA2aQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I4zDf1ZDGFImnGA2DsVrP0/PWiJRYje2Bot5GMgwr/yQlxjsFYQq7OkMMp1Y+6uYr 2bxAWn7jbdwgS+R0i6TFY06x14u37+q8fNuz9r4r78dx+3xuRnyMvze1YTNC3rv7// egXfhO30y8zeV6lCOqNzPHRTAVD9m6FyfN5UjXjo= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/13485] ARM incorrect parsing of inlined variables Date: Fri, 19 Jan 2024 05:04:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WORKSFORME X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D13485 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME CC| |wcohen at redhat dot com Status|NEW |RESOLVED --- Comment #3 from William Cohen --- I manually ran inlinedvars.stp on the last version of Fedora that supported 32-bit arm. It appears to work correctly: [wcohen@fedora systemtap]$ rpm -q gcc kernel gcc-12.2.1-4.fc36.armv7hl kernel-6.2.15-100.fc36.armv7hl [wcohen@fedora systemtap]$ uname -a Linux fedora 6.2.15-100.fc36.armv7hl #1 SMP Thu May 11 17:07:19 UTC 2023 ar= mv7l armv7l armv7l GNU/Linux [wcohen@fedora systemtap]$ gcc /home/wcohen/systemtap_write/systemtap/testsuite/systemtap.base/inlinedvars= .c -g -lm -o inlinedvars.exe [wcohen@fedora systemtap]$ sudo ../install/bin/stap /home/wcohen/systemtap_write/systemtap/testsuite/systemtap.base/inlinedvars= .stp inlinedvars.exe -c ./inlinedvars.exe WARNING: unused command line option $1/@1 call (22,84) call2 (128,-22) main (64,42) --=20 You are receiving this mail because: You are the assignee for the bug.=