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 testsuite/13394] New: gcc 4.6 doesn't inline ibar for unprivileged testcase


http://sourceware.org/bugzilla/show_bug.cgi?id=13394

             Bug #: 13394
           Summary: gcc 4.6 doesn't inline ibar for unprivileged testcase
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap@sourceware.org
        ReportedBy: mjw@redhat.com
    Classification: Unclassified


The ibar() function in testsuite/systemtap.unprivileged/foo.c should be inlined
for the unprivileged testcases to work against their .inline probe tests. But
gcc 4.6 doesn't want to inline the ibar function and so we get the following
extra FAILs:

Host: Linux toonder.wildebeest.org 3.1.0-7.fc16.x86_64 #1 SMP Tue Nov 1
21:10:48 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Snapshot: version 1.7/0.152 commit release-1.6-393-g6e9be5b
GCC: 4.6.2 [gcc (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1)]
Distro: Fedora release 16 (Verne)

FAIL: unprivileged probes: process.function(string).inline
FAIL: unprivileged probes: process(string).function(string).inline
FAIL: unprivileged probes: process.function(string).inline with alias
FAIL: unprivileged probes: process(string).function(string).inline with alias

I haven't figured out yet why gcc doesn't want to inline ibar() in this
version.

-- 
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]