This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/13485] New: ARM incorrect parsing of inlined variables


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]