From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29138 invoked by alias); 8 Dec 2011 15:05:08 -0000 Received: (qmail 29113 invoked by uid 22791); 8 Dec 2011 15:05:05 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Dec 2011 15:04:53 +0000 From: "wade_farnsworth at mentor dot com" To: systemtap@sourceware.org Subject: [Bug translator/13485] New: ARM incorrect parsing of inlined variables Date: Thu, 08 Dec 2011 15:05:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wade_farnsworth at mentor dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap 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 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: 2011-q4/txt/msg00323.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13485 Bug #: 13485 Summary: ARM incorrect parsing of inlined variables Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator AssignedTo: systemtap@sourceware.org ReportedBy: wade_farnsworth@mentor.com Classification: Unclassified Created attachment 6094 --> http://sourceware.org/bugzilla/attachment.cgi?id=6094 inlinedvars.exe debuginfo The following error occurs when running the test suite on a beagleboard with Linux 2.6.37.6 and gcc 4.5.1: Running /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.exp ... Executing on host: gcc /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.c -g -lm -o inlinedvars.exe (timeout = 300) spawn gcc /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.c -g -lm -o inlinedvars.exe^M PASS: inlinedvars-m32 compile executing: stap /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.stp inlinedvars.exe -c ./inlinedvars.exe PASS: inlinedvars-m32 Executing on host: gcc /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O -lm -o inlinedvars.exe (timeout = 300) spawn gcc /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O -lm -o inlinedvars.exe^M PASS: inlinedvars-m32-O compile executing: stap /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.stp inlinedvars.exe -c ./inlinedvars.exe FAIL: inlinedvars-m32-O line 1: expected "call (22,84)" Got " (84,22)" Executing on host: gcc /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O2 -lm -o inlinedvars.exe (timeout = 300) spawn gcc /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O2 -lm -o inlinedvars.exe^M PASS: inlinedvars-m32-O2 compile executing: stap /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.stp inlinedvars.exe -c ./inlinedvars.exe FAIL: inlinedvars-m32-O2 line 1: expected "call (22,84)" Got " (84,22)" testcase /home/root/stuff/systemtap/testsuite/systemtap.base/inlinedvars.exp completed in 109 seconds -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.